# x402-parser-edge-mainnet PDF Text Extractor

> x402-parser-edge-mainnet PDF Text Extractor is a paid API for AI agents from x402-parser-edge-mainnet.epicblubber.workers.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Extracts plain text from born-digital PDFs in under 100ms for $0.002 USDC per document, with a 10MB file size cap and no OCR support

## Facts

- Endpoint: POST https://x402-parser-edge-mainnet.epicblubber.workers.dev/parse
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-parser-edge-mainnet-pdf-text-extractor-b7e8df8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pWJKHxgjri5Sj4gfuuSYw

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-parser-edge-mainnet-pdf-text-extractor-b7e8df8f -d '<json body>'
```

Example prompt: Pull all the text out of this PDF file I'm uploading — it's a born-digital document (not scanned), about 3MB, and I need the raw text content returned quickly.

## When to prefer this

Choose this endpoint when you need fast, low-cost text extraction from born-digital (not scanned) PDFs under 10MB, especially in latency-sensitive workflows. It is ideal for programmatic pipelines that process many documents at $0.002 each. Avoid it if you need OCR on scanned PDFs or image-based documents, or if your files exceed 10MB.

## Known failure modes

- File exceeds 10MB cap — returns size limit error
- Scanned/image-based PDF submitted — no text returned since OCR is not supported
- Malformed or corrupted PDF bytes — parsing error returned
- Missing required payment header — 402 Payment Required response
- Invalid or insufficient USDC payment — payment rejection error

## How this service works

Sub-100ms PDF text extraction, $0.002/doc, born-digital PDFs, no OCR, 10MB cap

## Output

Returns extracted plain text content from the submitted born-digital PDF document, processed in under 100ms. No OCR is performed; only text embedded in the PDF's structure is extracted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "body": {
   "type": "string",
   "description": "Raw PDF file bytes"
  },
  "requiredHeaders": {
   "type": "object",
   "description": "Headers every request must carry"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-parser-edge-mainnet-pdf-text-extractor-b7e8df8f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-parser-edge-mainnet.epicblubber.workers.dev](https://www.zero.xyz/host/x402-parser-edge-mainnet.epicblubber.workers.dev/llms.txt)
