Async and batch requests deliver results to your webhook URL. Matil sends aDocumentation Index
Fetch the complete documentation index at: https://docs.matil.ai/llms.txt
Use this file to discover all available pages before exploring further.
POST request with the result payload when processing completes.
Configuration
Include awebhook object in your request:
Signature verification
Every webhook includes aX-Matil-Signature header:
Retry behavior
If your endpoint doesn’t respond with a2xx status, Matil retries up to 3 times with exponential backoff.
Events
| Event | Trigger |
|---|---|
structurer.completed | Async processing succeeded. |
structurer.failed | Async processing failed. |
batch.item.completed | A batch item finished (incremental mode). |
batch.completed | The entire batch finished. |
batch.failed | The entire batch failed. |