# ApexAPI PDF Extract

> ApexAPI PDF Extract is a paid API for AI agents from apex-api-gamma.vercel.app, paid per call via x402, $0.078761/call, status unknown (last checked 2026-09-14).

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

## Facts

- Endpoint: POST https://apex-api-gamma.vercel.app/api/web/pdf-extract
- Price: $0.078761/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apexapi-pdf-extract-82343290
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iqpGQWQj2QAGFrGdUm5td

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 apexapi-pdf-extract-82343290 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to extract text from a PDF document without managing API keys, paying only per call in USDC on Base. Prefer this over local PDF parsers when operating in a serverless or agent context that needs a simple HTTP call.

## Known failure modes

- Invalid or inaccessible PDF URL returns an error response
- Malformed or encrypted PDF may fail to extract content
- Empty or image-only PDFs may return no text
- Request missing required query/URL parameter returns a 400-level error
- Payment failure via x402 returns 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 and content from the provided PDF document, typically including parsed body text, potentially structured by sections or pages.

## 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/apexapi-pdf-extract-82343290/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
