Deepfake
Analyzes a photo to assess whether the input is likely real or synthetically generated (e.g. deepfake). This is a standalone image authenticity check.
Endpoint
POST https://cloud.ooto-ai.com/api/v1.0/deepfakeRequest Format
Authentication Headres
Form Data
Example Request (cURL)
curl -X POST --location 'https://cloud.ooto-ai.com/api/v1.0/deepfake' \
--header 'APP-ID: put_app_id_here' \
--header 'APP-KEY: put_app_key_here' \
--form 'photo=@"/path/to/photo"'Successful Response (HTTP 200)
Field Explanation
Error response (HTTP 400)
Notes
Last updated