# Pixo Tools PDF Page Manager

> Pixo Tools PDF Page Manager is a paid API for AI agents from api.pixo.tools, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Select, reorder, delete, or rotate individual pages within a PDF file

## Facts

- Endpoint: POST https://api.pixo.tools/v1/pdf/pages
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pixo-tools-pdf-page-manager-13abb7f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2rmCc6NJyo7YXAGoeOl5I

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 pixo-tools-pdf-page-manager-13abb7f3 -d '<json body>'
```

Example prompt: Can you rearrange my PDF so that pages appear in the order 3, 1, 2, delete page 4 entirely, and rotate page 5 by 90 degrees?

## When to prefer this

Use this endpoint when you need to restructure a PDF by selecting a subset of pages, changing their order, removing unwanted pages, or correcting page orientation — all in a single API call without sending content to a third-party AI. It is lightweight, private, and in-process, making it preferable over OCR or AI-based endpoints when no text extraction or analysis is needed.

## Known failure modes

- Invalid or corrupted PDF input returns a 4xx error
- Page indices out of range for the given document
- Missing or malformed file upload field
- Payment failure or insufficient USDC balance via x402
- Unsupported PDF version or encryption preventing page manipulation

## How this service works

Select/reorder/delete/rotate PDF pages — priced per page

## Output

A modified PDF binary with the specified pages selected, reordered, deleted, and/or rotated according to the caller's instructions. Billed at $0.005 USDC per call via x402 payment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "file"
 ],
 "properties": {
  "file": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "string",
 "format": "binary",
 "description": "The processed file (a ZIP for multi-file outputs)."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pixo-tools-pdf-page-manager-13abb7f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.pixo.tools](https://www.zero.xyz/host/api.pixo.tools/llms.txt)
