Purchase: Screenshot
https://api.the402.ai/v1/services/svc_03f911b9a930449d/purchaseOverview
Purchase: Screenshot
Protocol
x402
Price
$0.02
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)
220ms
Uptime (30d)
100.0%
Reliability Score
80/100
Last Checked
2026-07-08 01:52:02
Last Healthy
2026-05-16 07:45:29
Consecutive Failures
19
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"body": {
"properties": {
"format": {
"description": "Image format (png, jpg, webp). Defaults to png.",
"enum": [
"png",
"jpg",
"webp"
],
"type": "string"
},
"full_page": {
"description": "Capture the full scrollable page. Defaults to false.",
"type": "boolean"
},
"height": {
"description": "Viewport height in pixels. Defaults to 800.",
"type": "number"
},
"url": {
"description": "The URL to screenshot",
"type": "string"
},
"width": {
"description": "Viewport width in pixels. Defaults to 1280.",
"type": "number"
}
},
"required": [
"url"
],
"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"
}