# ParseDoc Agent-native document parsing API. Turn a PDF, scan or invoice into structured JSON or Markdown, billed per page, with no account required on the x402 rail. ## Endpoints - POST /v1/signup : create an account and get an API key - POST /v1/parse : parse a PDF, PNG or JPEG to JSON or Markdown - POST /v1/extract/invoice : extract a normalized FR and UE invoice JSON (async, poll the job) - POST /v1/enrich : enrich parsed text with AI (acronym expansion and text completion), billed in credits - GET /v1/jobs/{id} : poll an async job status and result - GET /v1/usage : current month usage and prepaid credit balance for your API key - POST /v1/credits/purchase : buy a prepaid credit pack in EUR (Mollie checkout) - GET /health : service healthcheck - POST /x402/parse : parse paid via x402, no account - POST /x402/invoice : invoice extraction paid via x402, no account - POST /api/mcp : Model Context Protocol endpoint (parse_document, extract_invoice, get_job_status) ## Pricing - Free tier: 100 pages per month at $0 - Parse $0.005 per page from 100 to 10,000 pages per month - Parse $0.003 per page from 10,000 to 100,000 pages per month - Parse $0.002 per page beyond 100,000 pages per month - Invoice extraction: $0.01 per page, all tiers - Enrich (AI): usage-based, billed in credits from your prepaid balance, no free tier. The price of each call is returned in usage.cost_usd. ## Payment rails - Mollie: sign up with an email, get an API key, then buy prepaid credit packs in EUR (starter, standard or pro). Send it as Authorization: Bearer . - x402: no account. Call an /x402 endpoint, get a 402 challenge, pay with USDC or EURC on Base, then retry the same request. ## Machine discovery - OpenAPI: /openapi.json - Error reference: https://parsedoc.io/errors ## Pages - / : product overview (what ParseDoc does, capabilities, developer quickstart) - /pricing : full pricing (parse tiers, invoice extraction, AI enrichment, prepaid credit packs) - /docs : developer quickstart (auth, curl examples for every endpoint, error codes, MCP) - /legal : privacy and data processing (zero retention, EU hosting, GDPR)