Every processing request in Matil includes one or more documents. A document is the input you want to process — an invoice, a contract, an ID card, or any other file. Matil accepts documents in several formats, so you can integrate regardless of how your files are stored or received.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.
Supported file types
Matil can process a wide range of document formats:| Category | Formats |
|---|---|
.pdf | |
| Images | .jpg, .jpeg, .png, .gif, .webp, .tiff, .bmp |
| Spreadsheets | .xlsx, .xls, .ods, .csv |
| Text | .txt, .html, .xml, .json |
Input formats
URL
Point to a document hosted online. Matil downloads and processes it automatically. This is the most common way to send documents.Base64 encoded
Send binary files directly in the request body. Useful when you have files in memory.Plain text
Send raw text content directly. Useful when you already have the text extracted.Multiple documents
You can send multiple documents in a single request. Matil processes them together as a single unit — useful for multi-page documents that arrive as separate files.Adding metadata
You can attach custom metadata to any request. This metadata is stored with the result and returned in responses and webhooks — useful for correlating results with your system.Next steps
Processing modes
Process many documents efficiently with batch mode.
Structures
Learn how to extract structured data from your documents.