Skip to main content
Your EMS can scan photo receipts directly — no webhook needed, synchronous API call.
POST /accounts/{accountId}/receipts/scan
Scope: receipts-write
{
  "receipt": "base64_encoded_image_here",
  "include": ["line_items", "environmental_impact"]
}
FieldNotes
receiptBase64 image. Recommended width ~800px.
includeOptional: line_items, environmental_impact
Returns structured OCR data — merchant, amounts, dates, line items, optional CO₂ estimate. Use case: employee uploads photo of paper receipt in your expense app → you call this API → get structured data back instantly. 📸