Bearer auth
Tenant-scoped, revocable API keys. Never place a key in frontend JavaScript or a URL.
Developers
Authenticated warning signals, asynchronous jobs and cache-first repeat checks.
Read API docsThe intended production domain is documented but does not currently resolve. Use the local contract and evaluation access while the production gates remain closed.
curl http://127.0.0.1:8799/v1/assets/check \
-H "Authorization: Bearer <API_KEY>" \
-F "file=@sample.jpg" \
-F "sync=true"Tenant-scoped, revocable API keys. Never place a key in frontend JavaScript or a URL.
Use synchronous checks for small requests. Queue fresh image inference when response time can vary.
Exact hashes, perceptual hashes and video footprints make repeat checks faster and cheaper.
The Free plan includes one key and no card requirement. Image and text cost 1 unit. Audio costs 4. Video costs 1 per submitted frame.
Compare API plans