# AI Rook Invoice Parse

> AI Rook Invoice Parse is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-14).

Parses and extracts structured data from invoice documents via a pay-per-call API on the x402 protocol

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/invoice-parse
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-rook-invoice-parse-f6cb7294
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5Fckf3yTETV2cfEi1wh8y

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 ai-rook-invoice-parse-f6cb7294
```

Example prompt: Can you parse this invoice and pull out the vendor name, invoice number, line items, total amount, and due date for me?

## When to prefer this

Choose this endpoint when you need fast, pay-per-call invoice parsing without API key registration or subscriptions. Ideal for agents that process invoices sporadically and want USDC micropayment billing on Base mainnet. Particularly suited for agentic workflows that need to plug into the x402 payment protocol ecosystem and benefit from on-chain reputation attestation via ERC-8004.

## Known failure modes

- Invoice document not accessible or malformed input returns an error
- Unsupported invoice format or language may yield incomplete extraction
- Low-quality scanned documents may result in partial or inaccurate field extraction
- Payment not fulfilled via x402 protocol returns 402 Payment Required
- Rate limits or quota exceeded may block repeated rapid calls

## How this service works

Live crypto trading intelligence for AI agents — real-time BTC signals, CVD, order flow, and active strategy setups, no API keys or signup. 43 pay-per-call endpoints total: trading data, AI inference (MiniMax M2.7 (456B-parameter Mixture-of-Experts)), web utilities, verification, and ERC-8183 ACP escrow with on-chain ERC-8004 reputation attestation (Agent ID 59646). Four payment rails: USDC on Base mainnet (default), USDC on Solana mainnet, HBAR/USDC on Hedera testnet, USDT on BNB Chain testnet. One free trial call per endpoint. Prices from $0.001/call.

## Output

Structured extraction of invoice fields including vendor/supplier details, invoice number, issue date, due date, line items with descriptions and amounts, subtotals, tax amounts, and total due — returned as structured data ready for downstream processing or storage.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    }
   },
   "required": [
    "type",
    "method"
   ],
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-invoice-parse-f6cb7294/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.ai-rook.com](https://www.zero.xyz/host/agents.ai-rook.com/llms.txt)
