curl https://api.okrapdf.com/v1/workflows/invoice-extraction/runs/run_abc123/results.json \
-H "Authorization: Bearer $OKRA_API_KEY"
Workflows
Invoice Extraction Results
Download invoice extraction results as JSON.
GET
/
v1
/
workflows
/
invoice-extraction
/
runs
/
{run_id}
/
results.json
curl https://api.okrapdf.com/v1/workflows/invoice-extraction/runs/run_abc123/results.json \
-H "Authorization: Bearer $OKRA_API_KEY"
Overview
Downloads normalized JSON results for an invoice extraction run. CSV, XML, and XLSX result endpoints are also available with the same run ID.string
required
Invoice extraction run ID.
curl https://api.okrapdf.com/v1/workflows/invoice-extraction/runs/run_abc123/results.json \
-H "Authorization: Bearer $OKRA_API_KEY"