For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication

Authenticate ComplyCube API requests with test and live API keys, secure HTTPS headers, and backend client libraries.

The ComplyCube API uses API keys to authenticate all requests. You can view, manage, and rotate your keys from the API keys page.

Sandbox environment keys have the prefix test_ whereas Live environment keys have the prefix live_.

All API requests must be made over HTTPS. Any requests made over HTTP will fail.

Example of an authenticated request

curl -X GET https://api.complycube.com/v1/clients \
     -H 'Authorization: <YOUR_API_KEY>'