Skip to main content
Configure webhooks in the Filecheck admin to push results to your server without polling.

Events

Handling a webhook

On job.completed, fetch the full job with your secret key and download files[n].outputRef:
Respond 2xx quickly and do any heavy work asynchronously.
Signature verification — coming soon. Verify each webhook’s signature before trusting it. The signing scheme and full payload shape are being finalized.TODO(filecheck): publish the signing scheme (header + algorithm) and the webhook payload shape.