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/det_…" \
  -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.