Frequently Asked Questions
General#
What captcha types do you support?#
Geetest v4 — Slide puzzles, icon clicks, AI challenges
Cloudflare Turnstile — Checkbox and invisible challenges
WAF Interstitial — "Checking your browser" pages
How fast are solves?#
| Captcha Type | Typical Time |
|---|
| Geetest v4 | 2-5 seconds |
| Turnstile | 2-5 seconds |
| Interstitial | 10-60 seconds |
Do you charge for failed solves?#
No. You only pay for successful solutions. If a solve fails, you're not charged.Is there a free tier?#
Yes! Every account gets 100 free credits per day, forever. That's enough for:200 Geetest/Turnstile solves
Pricing#
How does pricing work?#
1,000 credits = $1.00 USD
What's the cost per captcha type?#
| Captcha Type | Credits | Cost per 1,000 |
|---|
| Geetest v4 | 0.5 | $0.50 |
| Turnstile | 0.5 | $0.50 |
| Interstitial | 0.8 | $0.80 |
Do you offer volume discounts?#
What payment methods do you accept?#
Credit/Debit Cards via Stripe (Visa, Mastercard, Amex)
Cryptocurrency via NowPayments (BTC, ETH, USDT, USDC, LTC, and more)
Technical#
How do I find the sitekey/captcha_id?#
1.
Open browser DevTools (F12)
4.
Copy the value (starts with 0x4 or 0x0)
1.
Open DevTools Network tab
3.
Look for captcha_id in requests to gcaptcha4.geetest.com
See our detailed guides for each captcha type.Should I use a proxy?#
| Captcha Type | Proxy Recommendation |
|---|
| Geetest | Optional — use if target is geo-restricted |
| Turnstile | Recommended — improves success rates |
| Interstitial | Required — must use same proxy for subsequent requests |
http://host:port
http://user:pass@host:port
https://user:pass@host:port
socks5://user:pass@host:port
How do I use the token/cookies after solving?#
How long are tokens valid?#
| Token Type | Validity |
|---|
| Turnstile token | ~5 minutes |
| Geetest tokens | ~2 minutes |
| Interstitial cookies | 30 min - 24 hours |
Can I use the API from a browser?#
Not recommended. API keys should never be exposed in client-side code. Instead:1.
Create a backend endpoint
2.
Call TokenSniped from your server
3.
Return the result to your frontend
Account & API Keys#
How many API keys can I create?#
Unlimited. We recommend separate keys for different environments (dev, staging, prod).Can I set different rate limits per key?#
Yes! Each API key has configurable:RPM — Requests per minute (1-1,000)
RPD — Requests per day (1-100,000)
What happens if I hit my rate limit?#
You'll receive a 429 Too Many Requests response with a Retry-After header indicating how many seconds to wait.Can I rotate/regenerate a key?#
You cannot regenerate an existing key, but you can:2.
Update your application to use the new key
How do I check my remaining credits?#
Troubleshooting#
"Invalid API key" error#
Check for typos or extra spaces
Ensure you're using the full key (not just the prefix shown in dashboard)
Verify the key is active in your dashboard
"Insufficient credits" error#
Check your balance in the dashboard
Claim your free daily credits
Add more credits via card or crypto
Solve keeps timing out#
Increase the timeout parameter
Try with a proxy (especially for Turnstile)
Verify the target URL is accessible
Check if the captcha parameters are correct
Token doesn't work on target site#
Ensure you're using the correct captcha type
Double-check sitekey/captcha_id is from the same page
For Turnstile, verify the sitekey format
For Interstitial, use the same proxy and User-Agent
High failure rate#
Use residential proxies instead of datacenter
Verify you're passing the correct parameters
Contact support if issues persist
Support#
1.
Your request_id (from the API response)
3.
The captcha type and parameters (without sensitive data)
4.
Steps to reproduce the issue
Modified at 2025-12-02 02:26:41