Deepfake Video
Analyzes a video to assess whether the input is likely real or synthetically generated (e.g. deepfake).
Endpoint
POST https://cloud.ooto-ai.com/api/v1.0/video/deepfakeRequest Format
Authentication Headers
Form Data
Example Request (cURL)
curl -X POST "https://cloud.ooto-ai.com/api/v1.0/video/deepfake" \
-H "app-id: <APP_ID>" \
-H "app-key: <APP_KEY>" \
-F "video=@/path/to/video.mp4"Successful Response (HTTP 200)
Last updated