> ## Documentation Index
> Fetch the complete documentation index at: https://docs.identifai.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Track the changes to the identifAI v1 API ecosystem. Version is in the form *MAJOR.MINOR.PATCH*:
- MAJOR is fixed to 1 for v1 API.
- The release of new endpoints or changes that affects classification verdicts/scores increment MINOR.
- Any other change increments PATCH.

## Version 1.1.3

<div className="flex items-center gap-2 mb-4">
  <span className="px-2 py-0.5 rounded-full bg-green-500/10 text-green-500 text-xs font-medium">
    Latest
  </span>

  <span className="text-gray-500 text-sm">2026-04-09</span>
</div>

#### Features

* Added a `details` field inside image/video submission response payload to provide more information about single detections extracted and analyzed from the media (faces found in image/frame when `with_morphing` option is enabled).

## Version 1.1.2

<div className="flex items-center gap-2 mb-4">
  <span className="text-gray-500 text-sm">2026-03-12</span>
</div>

#### Features

* Added a `details` field 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_frame` option in [API used for video classification](./classification/submit-a-video-for-classification) and [API used for video classification from URL](./classification/submit-video-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 with `with_morphing`.
* Added `with_audio` option in [API used for video classification](./classification/submit-a-video-for-classification) and [API used for video classification from URL](./classification/submit-video-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

<div className="flex items-center gap-2 mb-4">
  <span className="text-gray-500 text-sm">2026-01-30</span>
</div>

#### Features

* When a `webhook_url` is 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_version` value in the response payload of the [APIs used for polling results](./classification/get-classification-result)
  to correctly reflect the current API version when the analysis is in `new` status.

## Version 1.1.0

<div className="flex items-center gap-2 mb-4">
  <span className="text-gray-500 text-sm">2026-01-29</span>
</div>

#### Features

* The following fields have been added to the response payloads of the [APIs used for polling results](./classification/get-classification-result):

  * **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

<div className="flex items-center gap-2 mb-4">
  <span className="text-gray-500 text-sm">2025-01-01</span>
</div>

### 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.
