Detect image deepfakes
Analyze an image for signs of face manipulation. Submit either a public image URL or a multipart image file.
POST
Detect image deepfakes
POST /api/v1/platform/scrapers/image/deepfake-detection
Analyze an image for signs of face manipulation.Submit either a public image URL or a multipart image file. The response returns a normalized verdict, score, and supporting signals. Signals that are not part of this endpoint’s analysis are returned with
score: null.
JSON Example
Multipart Example
status field is inconclusive when analysis could not complete within
the request deadline.Authorizations
The public API key from the Credentials page.
The API secret shown when the credential is created.