Strale Invoice Process is a paid API for AI agents from api.strale.io, paid per call via x402, $0.54/call, status unknown (last checked 2026-09-14).
Parses and extracts structured data from invoice text or OCR output, with optional currency conversion and audit trail
End-to-end invoice verification: extract structured data from the invoice, validate the vendor's VAT number, verify the payment IBAN, and convert currency if needed. Returns everything an AP automation agent needs.
Structured JSON containing parsed invoice fields (invoice number, vendor details, line items, quantities, unit prices, subtotals, tax amounts, grand total), optionally with all monetary amounts converted to the target currency, plus an audit trail of the extraction process.
POSThttps://api.strale.io/x402/solutions/invoice-processChoose this endpoint when you need to turn raw invoice text (manual entry or OCR-extracted) into validated, structured JSON with an audit trail, especially within a financial automation or accounts payable workflow. It is particularly valuable when currency conversion is needed alongside extraction, or when compliance audit trails are required for processed invoices.
{
"text": "Invoice #1042, Vendor: Acme BV, Date: 2024-06-01, Item: Consulting Services, Qty: 10hrs, Unit Price: €120, Total: €1200, VAT: €252, Grand Total: €1452.",
"target_currency": "USD"
}| Field | Type | Description |
|---|---|---|
| text | string | Invoice text or OCR output |
| target_currency | string | Convert amounts to this currency (optional) |
{
"_meta": {
"payment": {
"method": "x402",
"price_usd": 0.54,
"settlement_id": "0x0d0f80c574b7c2ba79ba790b19a79fcbe64af86c40d2467f49714fac89ea19e4"
},
"solution": "invoice-process",
"latency_ms": 10,
"step_count": 4
},
"steps": {
"vat-validate": {
"reason": "All required inputs were not provided",
"skipped": true
},
"iban-validate": {
"reason": "All required inputs were not provided",
"skipped": true
},
"invoice-extract": {
"error": "'url' or 'base64' is required. Provide a URL to an invoice image/PDF or a base64-encoded file."
},
"currency-convert": {
"to": "USD",
"date": "2026-06-12",
"from": "USD",
"rate": 1,
"amount": 1,
"converted_amount": 1
}
},
"errors": [
"invoice-extract: 'url' or 'base64' is required. Provide a URL to an invoice image/PDF or a base64-encoded file."
],
"solution": "invoice-process"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"