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

~/docs cat retrieve-detection.md

Retrieve a detection

GET /v1/detections/{id} — fetch a detection you already ran. It returns the exact body the create call answered, owner-only.

curl
curl "https://api.scam.ai/v1/detections/6f1c2a3e-9b7d-4e5f-8a21-3c4d5e6f7a8b" \
  -H "x-api-key: <YOUR_API_KEY>"

Returns 404 for an id this account never ran, or one run with save="false" — nothing was persisted to retrieve.