Send one or more documents for processing and receive the result later via webhook.
Returns immediately with an entry_id and status: "pending". When processing completes, Matil sends a POST request to your webhook URL with the result.
documents (required): Array of document objects.webhook (required): Object with url (your endpoint), secret (optional, for HMAC signature verification), and incremental (optional, defaults to true).metadata (optional): Custom key-value object stored with the result.structurer.completed: Processing succeeded. Payload contains the extracted data.structurer.failed: Processing failed. Payload contains error details.Request for asynchronous document processing via deployment.
List of documents to process
1Direct text content for processing.
Webhook configuration for receiving results
Optional client-provided metadata
Successful Response
Response for async processing request creation.
ID of the pending entry
ID of the structure being processed
Version number of the structure
When the request was received
Initial status
Type of resource being processed