API keys

Use a key to POST scans from a script. Send it as the X-API-Key header against the same endpoints the website uses.

Loading…
Example
curl -X POST https://your-backend.onrender.com/api/detect/image \
  -H "X-API-Key: vrt_xxxxxx_..." \
  -F "file=@suspect.jpg"