v1

latestOpenAPI 3.0.02026-07-223589127.1 KB
Scrapers

Detect image deepfakes

Analyze an image for signs of face manipulation. Submit either a public image URL or a multipart image file.

post/api/v1/platform/scrapers/image/deepfake-detection

Request body

urlstring

Public http(s) image URL to analyze. Provide either url or multipart image, not both.

imagestring binary

Multipart image file to analyze. Provide either image or url, not both.

Example request

{
  "url": "https://example.com/image.jpg"
}

Response

Image authenticity analysis result.