Events
Handling a webhook
Onjob.completed, fetch the full job with your secret key and download files[n].outputRef:
Respond
2xx quickly and do any heavy work asynchronously.Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Receive job results as they happen instead of polling the API.
| Event | Fires when |
|---|---|
job.created | A job is created. |
job.completed | A job reaches a terminal status. |
job.completed, fetch the full job with your secret key and download files[n].outputRef:
curl https://api.filecheck.io/jobs/{jobId}?expand=runs \
-H "Authorization: Bearer sk_live_…"
2xx quickly and do any heavy work asynchronously.