Developers

One contract.
Four media lanes.

Authenticated warning signals, asynchronous jobs and cache-first repeat checks.

Read API docs

Start with the API.
Integrate deliberately.

The production API is available at https://api.isthisaigenerated.app/v1. Evaluation access remains invite-only during private beta.

Image request
curl https://api.isthisaigenerated.app/v1/assets/check \
  -H "Authorization: Bearer <API_KEY>" \
  -F "[email protected]" \
  -F "sync=true"

Route directory

View full examples →
POST /v1/assets/checkImage JSON or multipartPOST /v1/videos/check-framesSampled video aggregatePOST /v1/text/checkExperimental text signalPOST /v1/audio/checkExperimental PCM WAV signalGET /v1/jobs/{job_id}Async job polling/v1/reviews/*Human review lifecycle

Bearer auth

Tenant-scoped, revocable API keys. Never place a key in frontend JavaScript or a URL.

Sync and async

Use synchronous checks for small requests. Queue fresh image inference when response time can vary.

Cache first

Exact hashes, perceptual hashes and video footprints make repeat checks faster and cheaper.

100 units to build the first integration.

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