Setup
Try it β Verify by URL
Allowed: JPEG, PNG, MP4 Β· Max 20 MB
cURL β verify URL
curl -X POST "http://localhost:3000/api/verify?manifest=1" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
--data '{"url":"https://example.com/photo.png"}'Try it β Upload a file
cURL β upload file
curl -X POST "http://localhost:3000/api/verify?manifest=1" \
-H "Authorization: Bearer $API_KEY" \
-F "file=@/path/to/photo.jpg;type=image/jpeg"Result
Run a verification to see JSON output here.
Public token inspector
Full API reference β /docs/api