Turn documents
into structured data
One API to structure any document, regardless of format.
Extract, classify and validate with maximum precision and speed.
{ "tipo": "factura", "emisor": "Iberdrola S.A.", "cif": "A-48010615", "cups": "ES0031405976284", "periodo": "2024-01", "consumo": { "kwh": 342.8, "dias": 31, "media_diaria": 11.06 }, "potencia_contratada": 5.75, "desglose": { "energia": 52.18, "potencia": 24.80, "impuesto": 3.94, "iva": 8.50 }, "importe_total": 89.42, "moneda": "EUR", "fecha_emision": "2024-01-15", "fecha_vencimiento": "2024-02-05", "titular": "García López, M.E.", "direccion": "C/ Gran Vía 42, 3ºB", "confianza": 0.997}Production-ready OCR
in just a few clicks
Choose the document types you want to process, call the API, and receive structured data. No training, no maintenance, no worrying about formats.
Have a different document?
If a human can understand it, so can matil
Send us examples of your document. Our team analyzes the structure and trains an optimized model in less than a week, with the same precision as a human.
Build your own models
visually, quickly and securely
Define what data to extract and in what format to receive it.
No ML code, no infrastructure to maintain.
Structure
Specify which fields to extract and receive structured JSON with the defined schema.
Classify
Send mixed documents and get them sorted by type automatically.
Split
Upload a PDF with multiple documents inside and get each one separately.
Compose
Combine classify, split and structure into a single processing pipeline.
One endpoint to
process them all
Upload documents, specify the model and receive structured data in seconds.
Documentationcurl -X POST \ "https://api.matil.ai/v3/deployments/{deployment_id}" \ -H "Accept: application/json" \ -H "x-api-key: $KEY" \ -H "Content-Type: application/json" \ -d '{"documents": [...],"metadata": {} }'Also no-code
Create landing pages where users upload documents and receive auto-filled Excel or PDF templates.
Custom landing page
A branded page where non-technical users upload documents in one click.
Excel & PDF templates
Define your templates and matil fills them automatically with the extracted data.