Parses a receipt, invoice, or fiscal document image/PDF into structured JSON: ve...
https://docparse-x402.f3rnandonhan.workers.dev/parse-documentOverview
Parses a receipt, invoice, or fiscal document image/PDF into structured JSON: vendor, date, currency, totals, tax, and line items.
Protocol
x402
Price
$0.02
Payment Asset
USDC
Payment Network
Base Sepolia
Category
media/images
Provider
docparse-x402
Source
bazaar
Indexed
2026-07-21 13:15:08
Health
Status
degraded
Latency (p50)
131ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-07-21 17:29:06
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"confidence": {
"description": "0 to 1, your confidence in this extraction",
"type": "number"
},
"currency": {
"description": "ISO 4217 code, e.g. USD, BRL",
"type": [
"string",
"null"
]
},
"document_date": {
"description": "ISO 8601 date, if found",
"type": [
"string",
"null"
]
},
"document_type": {
"description": "invoice, receipt, fiscal_note, or other",
"type": "string"
},
"line_items": {
"items": {
"properties": {
"description": {
"type": "string"
},
"quantity": {
"type": [
"number",
"null"
]
},
"total": {
"type": [
"number",
"null"
]
},
"unit_price": {
"type": [
"number",
"null"
]
}
},
"type": "object"
},
"type": "array"
},
"tax_amount": {
"type": [
"number",
"null"
]
},
"total_amount": {
"type": [
"number",
"null"
]
},
"vendor_name": {
"type": [
"string",
"null"
]
}
},
"type": "object"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-07-21 17:29:06 | degraded | 404 | 131ms |