# CIEL Invoice OCR API

> CIEL Invoice OCR API is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-18).

Extracts structured data from invoice images or documents using optical character recognition

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/invoice-ocr
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-invoice-ocr-api-ff09f859
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_17LqzlH6s1ZrLb-YcDquR

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 ciel-invoice-ocr-api-ff09f859
```

Example prompt: Can you scan this invoice image and pull out the vendor name, invoice number, date, line items, and total amount due so I can log it in our accounting system?

## When to prefer this

Choose this endpoint when you need to programmatically extract structured fields from invoice images or PDFs without manual data entry. Ideal for accounts payable automation, expense digitization, or audit workflows where invoices arrive as scanned images or photos. Prefer this over general OCR tools when you specifically need invoice-schema-aware extraction (vendor, line items, totals, dates). Pay-per-call pricing via USDC on Base makes it suitable for sporadic or variable invoice volumes without subscription commitment.

## Known failure modes

- Unreadable or low-resolution image may result in incomplete or inaccurate extraction
- Non-invoice documents may return empty or nonsensical fields
- Handwritten invoices may have lower OCR accuracy
- Missing required input parameter returns an error response
- Network timeout on large documents
- Unsupported file format or encoding may cause parsing failure

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

A JSON object containing structured invoice fields extracted from the input document, including vendor/payee information, invoice number, issue and due dates, individual line items with descriptions and amounts, subtotals, tax, and total amount due.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-invoice-ocr-api-ff09f859/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
