Setup your development
Get your API Key
An API Key allows you to authenticate your requests and access the API services. To acquire your API key and begin your development journey, follow these simple steps:Create a user profile and log in to the platform
Create a user profile and log in to the platform
Access the user menu
Access the user menu
Select the API Key option
Select the API Key option
In the dropdown menu, select the “Api-Key” option. From there, you can view or reset your API key.

Store the API key in a secure location and avoid sharing it publicly.
Make an API call
Send a classification request
Send a classification request
To start an image or video classification, you need to make a POST request to
/api/classification
or /api/classification_video
with the required parameters (for details on the parameters, refer to the API Reference section).Retrieve the results
Retrieve the results
Use the provided identifier to retrieve the classification results by making a GET request to
/api/classification/{identifier}
or /api/classification_video/{identifier}
(for details on how to structure this request, see the API Reference section).For more informations see the Classification API section.
In-depth guides
Classify an image
Start an image classification and find out if your image is real or artificially generated!
Classify a video
Find out how to start a video classification and discover whether your video is authentic or artificially generated
Classify a speech
Find out how to start a speech classification and discover whether your speech is authentic or artificially generated
Registration
Need help with registration? Follow our tutorial.