GET /v1/screenshotScreenshot any public web page with a headless browser (desktop or mobile, optional full page). Returns a PNG URL (30 days).
Price: $0.01 per call, paid in USDC on Base via x402. No API key or signup.
npx x402-fetch "https://tools.anokha.space/v1/screenshot?url=https%3A%2F%2Fexample.com"
{
"url": "https://tools.anokha.space/f/abc123def456.png",
"page_url": "https://example.com/",
"status": 200
}
The first request returns HTTP 402 with a PAYMENT-REQUIRED header. An x402 client signs a USDC authorization and retries with a PAYMENT-SIGNATURE header. You are charged only when the call succeeds.