# NexusAPI PDF Extract

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

Extracts text and structured content from PDF documents via a pay-per-call endpoint

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/web/pdf-extract
- Price: $0.098461/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-b15b8708
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F3Bu4YCjUgSjKdeGIjexd

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-b15b8708 -d '<json body>'
```

Example prompt: Can you extract all the text from this PDF document at https://example.com/report.pdf so I can read and analyze its contents?

## When to prefer this

Choose this endpoint when you need to programmatically extract text from PDF documents without managing API keys, paying only per call in USDC on Base. Ideal for agent workflows that occasionally process PDFs without committing to a subscription service.

## Known failure modes

- Invalid or inaccessible PDF URL returns an error
- Password-protected PDFs may fail to extract
- Scanned image-only PDFs without OCR layer return empty or partial text
- Malformed PDF files may cause parsing errors
- Network timeout if the PDF URL is slow to respond

## 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 extracted text content and structured data parsed from the provided PDF document, including text blocks, page content, and any machine-readable information present in the file.

## 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-b15b8708/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-virid.vercel.app](https://www.zero.xyz/host/nexus-api-virid.vercel.app/llms.txt)
