AI-powered invoice data extraction API for autonomous agents. Text, image, PDF — returns structured JSON in milliseconds. Pay per call, no subscriptions.
Paste text, upload PDF or photo of an invoice. Gemini Vision handles scans and photos.
УПД, Счёт-фактура, ТОРГ-12, Акт, Счёт на оплату — all supported with ИНН, КПП, БИК.
Auto-checks if line item totals match the invoice total. Flags discrepancies.
Up to 10 invoices per call. One payment, parallel extraction.
{
"document_type": "invoice",
"invoice_number": "СЧ-2026/042",
"date": "2026-04-01",
"due_date": "2026-04-15",
"vendor": { "name": "ООО Ромашка", "inn": "7701234567", "bik": "044525225" },
"buyer": { "name": "ИП Иванов", "inn": "772312345678" },
"line_items": [
{ "description": "Услуги разработки", "qty": 1, "unit_price": 100000, "vat_rate": 20, "total": 100000 }
],
"subtotal": 100000,
"vat_amount": 20000,
"total": 120000,
"currency": "RUB",
"confidence": 0.97,
"validation": { "totals_match": true, "discrepancy": 0.0 }
}
Paste invoice text (up to 2000 chars). One free parse per 10 minutes.