Skip to main content
You can learn how our system works in the Classification API section.

Rate limits

The number of requests you can make per minute depends on your subscription plan.

Quotas

The number of requests you can make depends on the type of request and the number of credits available in your subscription. Each image (or video frame) costs 1 credit. Additional requests (such as morphing, tampering, heatmap, etc.) may increase the credit cost per image.

Version policy

Breaking updates to the API will be released under a new version (for example, /api/v2/...) and announced in advance by our marketing team. Any deprecation of older versions will also be communicated ahead of time to allow customers to migrate to the new version.

Authentication

All API endpoints are authenticated using an API Key. Include your API Key in the request header as follows:
X-API-Key: your_api_key_here

Get an API Key

To have an API Key you need to create an account on our platform or log in if you already have one. You can get your API Key following these istructions: Quickstart#get-your-api-key

Make an API call

Make an API call using our endpoints.
Before you can make any API call you need to get an api-key.