Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.cometchat.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Error codes specific to the AI Moderation APIs.

Rule Errors

Error CodeDescription
ERR_RULE_NOT_FOUNDNo rule exists with the specified rule ID.

Keyword Errors

Error CodeDescription
ERR_KEYWORD_NOT_FOUNDNo keyword exists with the specified keyword ID.

Message Errors

Error CodeDescription
ERR_MESSAGE_ID_NOT_FOUNDNo message exists with the specified ID.

Reason Errors

Error CodeDescription
ERR_REASON_NOT_FOUNDNo reason exists with the specified ID.

Authentication Errors

Error CodeDescription
AUTH_ERR_EMPTY_APIKEYThe apikey header is missing from the request.
AUTH_ERR_APIKEY_NOT_FOUNDThe provided API key is invalid.
AUTH_ERR_NO_ACCESSThe API key doesn’t have the required scope for this operation.