Version 1.1.2
Latest2026-03-12
Features
- Added a
detailsfield inside audio submission response payload to provide more information about single clips extracted from the audio. This field is available with a proper pricing. - Added
ensure_face_per_frameoption in API used for video classification and API used for video classification from URL: the flag ensures that the video frames used for classification contain a face, improving the accuracy of the analysis for videos where faces are present when used in combination withwith_morphing. - Added
with_audiooption in API used for video classification and API used for video classification from URL: the flag enables the analysis of the audio track of the video, but you must be enabled in your pricing plan to use it. When enabled, the system will analyze the audio track of the video for deepfake detection, providing a more comprehensive analysis of the video content.
Version 1.1.1
2026-01-30
Features
-
When a
webhook_urlis provided during submission and the send fails (e.g., due to network issues or invalid URL), the system will now retry sending the webhook notification up to 3 times with a delay of 10s between attempts. This enhancement improves the reliability of webhook notifications for clients relying on them for real-time updates. -
Fixed
api_versionvalue in the response payload of the APIs used for polling results to correctly reflect the current API version when the analysis is innewstatus.
Version 1.1.0
2026-01-29
Features
-
The following fields have been added to the response payloads of the APIs used for polling results:
- Status: indicates the status of the analysis (in progress, completed, or failed)
- Errors: in case of a failed analysis, indicates the reason for the failure
- API Version: reports the API version at the time of the analysis, allowing comparisons between analyses produced by different backend versions
- Revelio Onboarding II model internal artificial/human thresholds tuning: the internal thresholds used to classify images as artificial or human-generated have been adjusted to improve detection accuracy based on recent evaluation data.
Version 1.0.0
2025-01-01
Initial Release
Welcome to the first version of the identifAI API. This release brings powerful AI detection capabilities to your applications.Features
- Image Classification: Detect AI-generated images using our multiple model ensemble (Revelio-IV, etc.).
- Video & Audio Analysis: specialized endpoints for video and speech deepfake detection.
- Asynchronous Processing: Webhook-ready workflow with submission and result polling.
- Partner API: Endpoints for user management and credit handling.