Jupiter ERP
Account API

Analyze receipt document

Start async OCR/AI extraction for the document attached to a draft receipt. Results are applied to the receipt when the job completes. Can be called multiple times (for example after replacing the document).

POSTHTTP
post/api/account/receipts/{id}/analyze

Example request

POST https://api.jupiter-erp.com/api/account/receipts/example-id/analyze

Code
curl -X POST 'https://api.jupiter-erp.com/api/account/receipts/example-id/analyze' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
  -H 'Accept: application/json'

Parameters

NameInRequiredDescription
idpathyes

Responses

202Accepted - analysis started

AnalyzeReceiptFile202Response

Receipts

Questions about integration?

POST /api/account/receipts/{id}/analyze · Jupiter ERP