🧠

Document Intelligence

Extract structured fields from invoices, receipts and IDs as JSON (AI).

Base URL & auth

All endpoints are relative to this base. Authenticate with the x-api-key header (needs an active subscription).

https://dashoviaapi-d7619530.fastapicloud.dev/api/dashovia/docintel
Get an API key → Cost: 5 unit(s) / call

Endpoints

POST/api/dashovia/docintel/extract

Extract key/value fields. doc_type=invoice|receipt|id|generic.

curl -X POST 'https://your-domain.com/api/dashovia/docintel/extract' \
  -H 'x-api-key: dsv_xxx' \
  -F '[email protected]' -F 'doc_type=invoice'

Sample response

{"doc_type": "invoice", "fields": {"invoice_number": "INV-2043", "total": "1200.00"}}

← Back to all APIs