← Back to directory

Purchase: QR Code Generator API — PNG & SVG Base64

https://api.the402.ai/v1/services/svc_76b9dc9d327b436c/purchase

Overview

Purchase: QR Code Generator API — PNG & SVG Base64

Protocol x402
Price $0.0010
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider the402
Source bazaar
Indexed 2026-07-17 04:15:20

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "body": { "properties": { "data": { "description": "Text or URL to encode, up to 2,000 UTF-8 bytes.", "maxLength": 2000, "type": "string" }, "format": { "default": "png", "description": "PNG base64 or inline SVG output.", "enum": [ "png", "svg" ], "type": "string" }, "size": { "default": 300, "description": "Output width and height in pixels.", "maximum": 1000, "minimum": 50, "type": "integer" } }, "required": [ "data" ], "type": "object" }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "properties": { "job_id": { "type": "string" }, "status": { "type": "string" }, "thread_id": { "type": "string" } }, "type": "object" }