Skip to main content
Submit any file — documents, images, audio, or video — and receive a detailed analysis of whether the content is AI-generated, digitally manipulated, or authentic.

What is File Deepfake Detection?

File Deepfake Detection is a standalone API service that accepts any supported file and returns a comprehensive analysis of whether its content is AI-generated, digitally manipulated, or authentic. Unlike Live Session Detection — which operates within the context of a verification session — File Deepfake Detection is designed for ad-hoc analysis of documents, images, audio recordings, and video files submitted through any channel. This service is particularly valuable for financial institutions that need to verify the authenticity of supporting documentation submitted during loan applications, account opening, insurance claims, and regulatory filings.

Supported File Types


  1. Upload — Your server submits a file via multipart form upload to the analysis endpoint.
  2. Acknowledge — deepidv returns a 202 Accepted response with an analysis_id for tracking.
  3. Analyse — AI models process the file asynchronously. Analysis time varies by file type and size.
  4. Notify — Results are delivered to your configured webhook endpoint when analysis completes.
  5. Retrieve — Optionally poll the results endpoint using the analysis_id if webhook delivery is not configured.

Quick Start

A successful submission returns:

Understanding Results

When analysis completes, the results include the following fields: For the complete response schema and all available fields, refer to the API Reference.

File Size Limits

Files exceeding 50 MB will be rejected with a 413 Payload Too Large response. For large video files, consider trimming to the relevant segment before submission.

File Analysis Use Cases

Explore banking-specific applications for document and media authenticity verification.

API Reference

View the full API documentation for the file deepfake detection endpoint.