← Back to directory

PDF and invoice parsing — document to structured JSON

https://api-v3qhpbwutp.august.services/v1/pdf-extract

Overview

Extract structured JSON from a PDF against a JSON Schema you supply. Send a URL or base64 bytes; get back your schema, filled. Whole-document pricing, not per-page: a 20-page contract costs the same as a 2-page invoice. Reads the embedded text layer — scanned image-only PDFs are rejected with a clear error rather than empty fields.

Protocol x402 (POST)
Price $0.12
Payment Asset USD Coin
Payment Network Base
Category document-processing
Provider August Services
Source self-registered
Indexed 2026-07-29 02:49:17

Health

Status healthy
Latency (p50) 364ms
Uptime (30d) 100.0%
Reliability Score 87/100
Last Checked 2026-07-29 10:31:15
Last Healthy 2026-07-29 10:31:15
Consecutive Failures 0

x402 Payment Validation

Payment Requirements Valid
Asset Verified Known USDC
Facilitator

Input Schema

{ "body": { "schema": { "properties": { "due_date": { "type": "string" }, "invoice_number": { "type": "string" }, "total": { "type": "number" } }, "type": "object" }, "url": "https://example.com/invoice.pdf" }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "example": { "data": { "due_date": "2026-05-01", "invoice_number": "INV-2201", "total": 4820.5 }, "pages": 3 } }

Recent Health Checks

Time Status HTTP Latency Error
2026-07-29 10:31:15 healthy 402 364ms