Purchase: QR Code Generation
https://api.the402.ai/v1/services/svc_b7ef24a2ea5947a7/purchaseOverview
Purchase: QR Code Generation
Protocol
x402
Price
$0.0010
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
the402
Source
bazaar
Indexed
2026-04-06 03:26:50
Health
Status
degraded
Latency (p50)
232ms
Uptime (30d)
100.0%
Reliability Score
80/100
Last Checked
2026-07-08 01:42:58
Last Healthy
2026-05-16 08:01:51
Consecutive Failures
19
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"body": {
"properties": {
"data": {
"description": "The text or URL to encode in the QR code",
"type": "string"
},
"format": {
"description": "Image format. Defaults to png.",
"enum": [
"png",
"svg"
],
"type": "string"
},
"size": {
"description": "Image size in pixels (50-1000). Defaults to 300.",
"type": "number"
}
},
"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"
}