Purchase: Image Generation
https://api.the402.ai/v1/services/svc_ef347eb5935b4ef4/purchaseOverview
Purchase: Image Generation
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
Base
Category
media/images
Provider
the402
Source
bazaar
Indexed
2026-05-15 19:54:53
Health
Status
degraded
Latency (p50)
224ms
Uptime (30d)
100.0%
Reliability Score
80/100
Last Checked
2026-07-08 01:35:57
Last Healthy
2026-05-16 07:55:32
Consecutive Failures
20
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"body": {
"properties": {
"aspect_ratio": {
"description": "Image aspect ratio. Defaults to 1:1.",
"enum": [
"1:1",
"16:9",
"9:16",
"4:3",
"3:4"
],
"type": "string"
},
"num_images": {
"description": "Number of images (1-4). Defaults to 1.",
"type": "number"
},
"prompt": {
"description": "Text description of the image to generate (max 2000 chars)",
"type": "string"
}
},
"required": [
"prompt"
],
"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"
}