Directory / denpyo-api.hp-vladic.workers.dev
OCR a Japanese invoice (請求書) into JSON — vendor, line items, 8%/10% consumption-tax (消費税) breakdown — and verify the qualified-invoice registration number (適格請求書 インボイス登録番号 / T番号, T+13 digits) against Japan's National Tax Agency (国税庁) registry in one call: qualified/cancelled, registered-name match, corporate record (法人番号). Pre-payment 経理/AP check. POST {url|base64} (PDF/JPEG/PNG). First 2 pages. Failed analyses not charged.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://denpyo-api.hp-vladic.workers.dev/read/invoice' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://denpyo-api.hp-vladic.workers.dev/read/invoice'
Endpoint: https://denpyo-api.hp-vladic.workers.dev/read/invoice. Operated by denpyo-api.hp-vladic.workers.dev, not by Animica. Price and availability were correct at the last probe on 2026-08-28 and are set by the operator, who may change them.
Verify a Japanese qualified-invoice registration number (適格請求書発行事業者 インボイス登録番号 / T番号, T+13 digits) against Japan's National Tax Agency (国税庁) registry — no OCR. R…