~/docs cat overview.md
ScamAI detection API
AI-powered media authenticity detection over REST: one endpoint for deepfake and face-swap detection, AI-generated-image detection, and synthetic-voice detection — across image, video, and audio.
One endpoint, one integration pattern: send an image, video, audio or document file as multipart/form-data with your API key. The server infers the media type, runs the right detectors, and returns a single JSON envelope with a verdict, a score, and the credits it charged.
Base URL https://api.scam.ai
Auth x-api-key: <YOUR_API_KEY>
Format multipart/form-data
Create POST /v1/detections
Retrieve GET /v1/detections/{id}
Dashboard https://app.scam.aiRead the verdict, not the score. verdict is one of three values: LIKELY_REAL, ALERT (send it to a human) or LIKELY_AI. Branch on it. score is the probability the media is manipulated, 0 to 1. Use it to order a review queue, never to re-derive the verdict.
API keys, usage, and detection history live in the dashboard. No key yet? Book a 15-min demo to get access.