# OmniAPI PDF Extract

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

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

## Facts

- Endpoint: POST https://omni-api-cyan.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/omniapi-pdf-extract-de33396c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_84a_jNiJp4pd9qVbj1RCn

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 omniapi-pdf-extract-de33396c -d '<json body>'
```

Example prompt: Can you extract all the text content from this PDF document at https://example.com/report.pdf so I can read and search through it?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call PDF text extraction without setting up dedicated document processing infrastructure. It is well-suited for occasional or ad-hoc PDF parsing tasks where low per-call cost (~$0.10 USDC) is acceptable and you want to avoid managing API keys for dedicated document services.

## Known failure modes

- Invalid or inaccessible PDF URL returns an error
- Malformed or password-protected PDFs may fail to extract
- Missing required 'query' field returns a validation error
- Payment failure via x402 results in 402 response and no processing
- Very large PDFs may time out or return partial content

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns extracted text content and structured data parsed from the submitted PDF document, including body text, potentially tables, and other readable elements.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-pdf-extract-de33396c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
