Endpoints
Get Entry
Retrieve a specific entry by ID.
Returns the entry’s extracted data, processing status, price, validation errors, and associated documents.
GET
Get Entry
Documentation Index
Fetch the complete documentation index at: https://docs.matil.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Query Parameters
Include additional details
Response
Successful Response
Schema for entry responses.
Price for this entry
Parent entry ID for group child entries
Child entries (only included when requested)
Number of pages processed (for pricing)
Schema for creator information.
Associated documents
All errors including validation and document issues
Previous
Create Entry CorrectionCreate or update a correction for an entry.
Supports two correction modes:
1. **Full replacement**: Provide the complete corrected object in the `data` field.
2. **Path-based patches**: Provide a list of field-level patches, each with a JSON Pointer `path` and the new `value`.
You can also include `notes` to describe the reason for the correction.
Next
Get Entry