# NexusAPI PDF Extract

> NexusAPI PDF Extract is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.078761/call, status unknown (last checked 2026-09-15).

Extracts text and content from PDF documents via a web URL or query input

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/web/pdf-extract
- Price: $0.078761/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-pdf-extract-71f27419
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jNGXFBr0olqYYNzD_Pse-

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 nexusapi-pdf-extract-71f27419 -d '<json body>'
```

Example prompt: Can you extract all the text from this PDF document for me? Here's the URL: https://example.com/report.pdf

## When to prefer this

Use this endpoint when you need to programmatically extract text from a PDF document without setting up API keys, paying per call in USDC on Base via x402 protocol. Prefer this over alternatives when you want a no-key-setup document extraction service that charges micropayments.

## Known failure modes

- Invalid or inaccessible PDF URL returns an error
- PDF is password-protected and cannot be parsed
- PDF contains only scanned images without OCR support, returning empty text
- Query parameter missing or malformed, returning 400-level error
- Payment of 0.078761 USDC not completed, returning 402 Payment Required

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns the extracted text content and data parsed from the PDF document, likely as a structured JSON response containing the text body and possibly metadata such as page count or sections.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-pdf-extract-71f27419/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
