Test Stripe's HTTP 402 rails.
$1.
12 API endpoints. Real payments. Full transparency. Built for AI agents.
How it works
Three steps. No SDK. No setup ceremony.
1. Pay
Buy credits with Stripe. $1 buys 5 calls. Test card works in dev.
2. Get a key
You receive an ap_live_... API key on the success page. Save it once.
3. Call any endpoint
Bearer auth, JSON in, JSON or binary out. 1 credit per success.
Pricing
Pay-per-call, no subscriptions. Credits never expire.
Just enough to feel it.
Best value for testing.
Power user.
12 ready-to-use endpoints
Each one costs 1 credit. No usage limits beyond your balance.
/qr-codeGenerate QR codes from text
/og-imageCreate social media OG images
/screenshotCapture website screenshots
/pdf-from-urlConvert URLs to PDF
/word-countCount words and reading time
/extract-metadataExtract page meta tags
/extract-emailsFind emails on a page
/website-techDetect frameworks & CMS
/whoisDomain registration data
/domain-checkCheck domain availability
/youtube-transcriptGet YouTube transcripts
/summarizeAI-powered summarization
Try it in 30 seconds
One key. One header. One endpoint. Pick your language.
# Buy credits at 402s.shop, then call any endpoint: curl -X POST https://402s.shop/api/v1/qr-code \ -H "Authorization: Bearer ap_live_..." \ -H "Content-Type: application/json" \ -d '{"text":"https://402s.shop"}' \ --output qr.png
Why HTTP 402?
HTTP 402 Payment Required has been in the spec since 1996. Stripe's new agent rails finally give it a real implementation. We expose it so your agents can pay programmatically — full WWW-Authenticate header, X-Credits-Remaining, the works.
HTTP/1.1 402 Payment Required WWW-Authenticate: Bearer realm="402s.shop", charge="$1" X-Credits-Remaining: 0