Supported file types
Matil can process a wide range of document formats:
The maximum file size is 50 MB.
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.