Skip to main content
Workflow

Webhooks

Server-to-server callbacks that deliver detection results to your endpoint when they're ready.

Webhooks are server-to-server callbacks. Instead of polling for results, you give AI Detector API a URL on your side, and we POST results to it when processing is done.

Webhooks are useful for batch jobs that take more than a few seconds, for async pipelines, and for fire-and-forget moderation flows where you don't need to block on the response. They're available on the Pro plan and up.

Best practices: verify the signature on every incoming webhook, idempotently handle duplicate deliveries, and respond with 200 quickly even if you defer the actual processing.

Related terms

Move from definition to code

Free 1,000 requests/month — no credit card. Be detecting AI text in 5 minutes.