Directory / qr-api-production-1836.up.railway.app
Decode QR/barcodes from a base64-encoded image; returns each detected code's type, decoded text, bounding rect, and polygon.
# 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.
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.
Generate a styled QR code PNG (base64 in JSON): custom foreground/background hex colours, module size, border, and error-correction level.