⚡ Powered by x402 · Base Network · USDC

Invoice Parser

AI-powered invoice data extraction API for autonomous agents. Text, image, PDF — returns structured JSON in milliseconds. Pay per call, no subscriptions.

📄

Text / PDF / Image

Paste text, upload PDF or photo of an invoice. Gemini Vision handles scans and photos.

🇷🇺

Russian Formats

УПД, Счёт-фактура, ТОРГ-12, Акт, Счёт на оплату — all supported with ИНН, КПП, БИК.

Validation

Auto-checks if line item totals match the invoice total. Flags discrepancies.

📦

Batch Processing

Up to 10 invoices per call. One payment, parallel extraction.

Pricing

$0.10 USDC
Per call · Base mainnet · No subscription · Batch: up to 10 invoices

Response (structured JSON)

{
  "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 }
}

Try for free

Paste invoice text (up to 2000 chars). One free parse per 10 minutes.

0 / 2000 characters