A challenge-solving API for browser automation. Point it at a domain you're authorized to access and get back a valid clearance cookie, a matching User-Agent, and a proxy — so your own client can load the page. We never see your traffic.
No card required. Use it lawfully and follow each site's terms.
curl -X POST https://raptorwayz.com/v1/solve \
-H "Authorization: Bearer $API_KEY" \
-d '{"domain":"example.com"}'
# → { "cf_clearance": "…",
# "user_agent": "Mozilla/5.0 …",
# "proxy": "http://$API_KEY:x@raptorwayz.com:8080" }You keep your client, your auth, your logic. We solve the one hard part.
One POST with the domain your automation needs to reach. We solve its Cloudflare challenge on a real browser, on a real IP.
Back comes a valid cf_clearance cookie, the exact User-Agent, and a proxy on the IP it was solved on.
Attach the cookie + UA and route through the proxy. The page loads for your own client — you keep full control of the request.
Your requests tunnel through a plain HTTPS proxy — no TLS interception. Your cookies, logins, and data stay end-to-end encrypted.
cf_clearance is bound to the exit IP. We solve on the same IP you route through, so the cookie actually works.
Already-solved domains return in milliseconds. You pay for the solve once, reuse the clearance until it expires.
One endpoint. Bearer auth. JSON in, JSON out. Drop it into any client or automation in five minutes.
An MCP server lets AI agents call it natively — your automation integrates without glue code.
Failed solves don't count against your quota. And if we're ever down for maintenance, we extend your subscription to make up for it.
One key = one stream. Need more throughput? Add keys.
On signup, no card.
Each key = 1 solve per 25 min.