Animica x402 Directory

Directory / qr-api-production-1836.up.railway.app

qr-api-production-1836.up.railway.app/decode

Decode QR/barcodes from a base64-encoded image; returns each detected code's type, decoded text, bounding rect, and polygon.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://qr-api-production-1836.up.railway.app/decode'

# -> 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 'https://qr-api-production-1836.up.railway.app/decode'

Endpoint: https://qr-api-production-1836.up.railway.app/decode. Operated by qr-api-production-1836.up.railway.app, 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.

Other endpoints on qr-api-production-1836.up.railway.app

qr-api-production-1836.up.railway.app/generate/batch

Generate up to 20 QR codes in one call; returns a per-item record with QR metadata and the base64 PNG, or an error per item.

GET · $0.001

qr-api-production-1836.up.railway.app/generate/styled

Generate a styled QR code PNG (base64 in JSON): custom foreground/background hex colours, module size, border, and error-correction level.

GET · $0.001

All 3 endpoints on qr-api-production-1836.up.railway.app →