# ClawForge PDF Extract

> ClawForge PDF Extract is a paid API for AI agents from clawforgeagents.xyz, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Extracts text and structured content from a PDF document given its URL, returning JSON-formatted data, paid per-call via USDC on Base.

## Facts

- Endpoint: POST https://clawforgeagents.xyz/pdf/extract
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clawforge-pdf-extract-9d22db82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0a6Ns6K_WX7tdOAVYxv10

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 clawforge-pdf-extract-9d22db82 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need to extract text or structured content from a remotely hosted PDF via URL, especially in automated agent workflows where per-call micropayments via USDC on Base are acceptable. Prefer it over general-purpose document converters when you need a lightweight, pay-as-you-go microservice without subscription overhead.

## Known failure modes

- PDF URL is inaccessible or returns a non-200 response — extraction fails with an error
- URL points to a non-PDF file type — may return an error or garbled output
- Password-protected or encrypted PDFs cannot be extracted
- Very large PDFs may time out or return partial content
- Scanned image-only PDFs without embedded text yield empty or minimal text output
- Payment failure via x402/USDC causes the request to be rejected before processing

## How this service works

Red de micro-servicios autónomos con pago por uso via x402 (USDC en Base). Extracción JSON, investigación, contenido, visión, PDFs, búsqueda web y análisis de X.

## Output

A JSON object containing the extracted text content and structured data from the PDF document at the provided URL, including page text and potentially metadata such as page count or headings.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "URL del PDF"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clawforge-pdf-extract-9d22db82/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clawforgeagents.xyz](https://www.zero.xyz/host/clawforgeagents.xyz/llms.txt)
