Skip to main content
Every time Matil processes a document, the result is stored as an entry. An entry contains the extracted data, any validation errors, processing metadata, and a unique ID. Entries are your record of what was extracted. You can retrieve them later, review the results, and submit corrections.

What’s in an entry?

When you process a document synchronously, the response is:

Retrieving entries

Fetch a specific entry by its ID:

Corrections

If the extracted data isn’t quite right, you can submit a correction:
The response confirms how many patches were applied:

Next steps

Structures

Define what data gets extracted into entries.

Error handling

Handle processing errors and edge cases.