Japanese billing-invoice issuer check / 請求書発行者照合: verify a T-number, compare issuer name and address with Japan's NTA qualified-invoice and corporate registries, and return OCR, registry, and resolved issuer fields. Phone numbers are not compared because they are not published in the NTA corporate registry. / T番号を検証し、発行者名・住所を国税庁の適格請求書および法人番号データと比較して、OCR値・登記値・採用値を返します。国税庁の法人番号データには電話番号がないため、電話番号は比較しません。
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://api.jpverify.com/jp-invoice/check' # -> 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://api.jpverify.com/jp-invoice/check'
Endpoint: https://api.jpverify.com/jp-invoice/check. Operated by api.jpverify.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Japanese forward geocoding from an address to coordinates. Keywords: Japan geocoder, address to coordinates, building-level geocode, Jageocoder, chome, block, l…
Japanese address normalization / 日本住所正規化: accept an address with or without a postal code, parse prefecture/city/components, and use local address data for matc…
Japanese address parser and component extraction. Keywords: Japanese address parser, address components, chome, block, lot, house, 丁目, 番地, 号. Parse a Japanese a…
Japanese postal-code lookup and reverse lookup. Keywords: Japanese postal lookup, Japan Post postal code, postal code reverse lookup, 日本郵便番号検索. Use a postal cod…
Japanese address validation and quality decision. Keywords: Japanese address validation, address conflict, address quality, partial match, 日本住所検証. Validate pars…
Japanese business card OCR / 名刺OCR: extract bilingual contact data from Base64 or HTTPS front/back images and one-page PDF, HEIF, or TIFF files into JSON or vCa…
Japanese business card OCR and company verification / 名刺OCR・企業照合: extract Base64 or HTTPS front/back images and one-page PDF, HEIF, or TIFF files, then match th…
Japanese company KYB pre-check / 日本企業KYB事前確認: return corporate number, registered name and address, active/closed registry status, match evidence, and risk flag…
Japanese company verification / 日本企業・法人番号照合: resolve a company name, 13-digit corporate number (法人番号), or address against Japan's NTA corporate registry; return…
Batch Japanese company verification / 日本企業法人番号一括検証: verify up to 10 company names, corporate numbers, or addresses against Japan's NTA registry in one paid requ…
Japanese billing-invoice OCR with deterministic local checks for dates, T-number format/checksum, tax, arithmetic, and required fields. Supports text, HTTPS URL…
Japanese billing-invoice OCR, local validation, and NTA issuer resolution. Checks dates, amounts, tax, T-number, and completeness; compares or fills issuer name…