API-Key Authentication
Pay with a card, get an sr_live_… key, and authenticate every request through the proxy gateway.
Step 1 — Get an API key
Step 2 — Send a request
HTTP proxy (port 8080)
curl -x "http://gateway.spacerouter.org:8080" \
-U "sr_live_YOUR_API_KEY:" \
https://httpbin.org/ipSOCKS5 proxy (port 1080)
curl -x "socks5://sr_live_YOUR_API_KEY:@gateway.spacerouter.org:1080" \
https://httpbin.org/ipGeo targeting
Parameter
Values
Example
Endpoints
Protocol
Host
Port
Common errors
HTTP code
Meaning
What to do
Use it in your code
Last updated
Was this helpful?