v3

latestOpenAPI 3.1.02026-07-31112356215.0 KB
deepfakeDetection

Create deepfake detection

Analyze audio, image, and video for deepfake detection.

Supply media via one of three intake methods:

  • Direct file uploadmultipart/form-data with the file attached as file. Files must be 150 MB or smaller and use one of the supported audio/video/image extensions. For larger files, use the secure upload flow.
  • Public URLapplication/json with a url field. The API fetches the URL itself.
  • Secure upload tokenapplication/json with a media_token field obtained from POST /secure_uploads.

Exactly one of file, url, or media_token must be provided per request.

post/detect

Headers

Authorizationstring required

Response

Detection job created

successboolean