~/docs cat quickstart.md
Quickstart
Score your first image for face-swap manipulation in one call:
curl
curl -X POST "https://api.scam.ai/api/defence/faceswap/upload-detect" \ -H "x-api-key: <YOUR_API_KEY>" \ -F "files=@/path/to/image.jpg"
response · 200 (truncated)
{
"success": true,
"task_id": "faceswap-detect-…",
"verdict": "fake",
"confidence": 0.9479,
"num_faces": 1,
"credits_used": 1
}Route on confidence at your own threshold — auto-decline high scores, step-up the middle band, pass the rest.