Documentation Index
Fetch the complete documentation index at: https://sc-docs.deepidv.com/llms.txt
Use this file to discover all available pages before exploring further.
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
| Category | Formats | Typical Use Cases |
|---|---|---|
| Documents | PDF, DOCX | Bank statements, pay stubs, tax returns, identity documents, contracts |
| Images | JPEG, PNG, TIFF, WEBP | Identity photos, passport scans, proof of address, cheque images |
| Audio | WAV, MP3, M4A, FLAC | Phone verification recordings, voice authorization captures, call centre recordings |
| Video | MP4, MOV, WEBM | Video verification recordings, remote notarization sessions, KYC interview recordings |
- Upload — Your server submits a file via multipart form upload to the analysis endpoint.
- Acknowledge — deepidv returns a
202 Acceptedresponse with ananalysis_idfor tracking. - Analyse — AI models process the file asynchronously. Analysis time varies by file type and size.
- Notify — Results are delivered to your configured webhook endpoint when analysis completes.
- Retrieve — Optionally poll the results endpoint using the
analysis_idif webhook delivery is not configured.
Quick Start
Understanding Results
When analysis completes, the results include the following fields:| Field | Type | Description |
|---|---|---|
is_ai_generated | boolean | Whether the content is determined to be AI-generated or materially manipulated. |
confidence_score | number (0–100) | Confidence that the content is AI-generated. Higher values indicate greater likelihood of synthetic or manipulated content. |
risk_level | string | Categorized risk assessment: low, medium, high, or critical. |
detection_details | array | Array of specific findings, including the type of manipulation detected and the affected regions or segments of the file. |
File Size Limits
| Constraint | Limit |
|---|---|
| Maximum file size | 50 MB per file |
| Rate limit | 100 requests per minute per API key |
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.
