ScamAI raised $2.6M to combat AI-powered scams
scam.ai

~/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, or audio 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 confidence, and the credits it charged.

api — at a glance
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.ai

Read the verdict, not the score. verdict is one of three values — LIKELY_AUTHENTIC, SUSPICIOUS (send it to a human) or LIKELY_AI_MANIPULATED. Branch on it. confidence is the probability the media was manipulated (0.0–1.0, so an authentic result carries a LOW number). 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.