🧾
PDF Tables
Detect and extract tabular data from PDFs to JSON, CSV or Excel.
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/pdftables
Get an API key →
Cost: 1 unit(s) / call
Endpoints
POST
/api/dashovia/pdftables/extractExtract tables. Set format=json|csv|xlsx.
curl -X POST 'https://your-domain.com/api/dashovia/pdftables/extract' \
-H 'x-api-key: dsv_xxx' \
-F '[email protected]' -F 'format=json'
Sample response
{"tables": [{"page": 1, "rows": [["Item","Qty"], ["Widget","3"]]}]}