⚡ Ultra-Fast Token Solving
|Token Solver API
High-throughput token solving with ultra-low latency and transparent pricing.
💰
ReCAPTCHA v3
$1.0 / 1k solves
Speed⚡
0.05—0.5s
Total Solves🎯
1,980,882
Avg Solves/Day📈
61,006
Services🔓
Castle, reCAPTCHA, TLS
API Documentation
Go to DocsOverview
Solve reCAPTCHA v3 (standard & enterprise) for any website. Provide the target URL, sitekey, and your proxy — get back a valid token with matching browser fingerprint headers.
Required: url, sitekey, proxy
Optional: action, enterprise, title
Request
POSTREQUEST
ENDPOINT:
https://castlebreaker.cc/getRecaptchaV3POST https://castlebreaker.cc/getRecaptchaV3
Headers:
X-API-Key: <YOUR_API_KEY>
Content-Type: application/json
Body:
{
"url": "https://accounts.spotify.com/en/login",
"sitekey": "6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39",
"action": "accounts/login",
"enterprise": true,
"proxy": "socks5://user:pass@proxy.example.com:1080",
"title": "Spotify"
}Response
RESPONSE
{
"status": "success",
"data": {
"token": "03AFcWeA5_...<long recaptcha token>",
"user_agent": "Mozilla/5.0 (Linux; Android 14; ...) Chrome/145.0.0.0",
"sec_ch_ua": "\"Chromium\";v=\"145\", \"Google Chrome\";v=\"145\"",
"sec_ch_ua_platform": "\"Android\"",
"sec_ch_ua_mobile": "?1",
"accept_lang": "en-US,en;q=0.9"
},
"credits": 10.00
}Use the returned token + headers (user_agent, sec_ch_ua, etc.) in your target request for consistency.
Supports: HTTP, HTTPS, SOCKS5 proxies
Overview
Solve reCAPTCHA v3 (standard & enterprise) for any website.
Required: url, sitekey, proxy
Request
POSTREQUEST
ENDPOINT:
https://castlebreaker.cc/getRecaptchaV3POST https://castlebreaker.cc/getRecaptchaV3
Headers:
X-API-Key: <YOUR_API_KEY>
Content-Type: application/json
Body:
{
"url": "https://accounts.spotify.com/en/login",
"sitekey": "6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39",
"action": "accounts/login",
"enterprise": true,
"proxy": "socks5://user:pass@proxy.example.com:1080",
"title": "Spotify"
}Response
RESPONSE
{
"status": "success",
"data": {
"token": "03AFcWeA5_...<long recaptcha token>",
"user_agent": "Mozilla/5.0 (Linux; Android 14; ...) Chrome/145.0.0.0",
"sec_ch_ua": "\"Chromium\";v=\"145\", \"Google Chrome\";v=\"145\"",
"sec_ch_ua_platform": "\"Android\"",
"sec_ch_ua_mobile": "?1",
"accept_lang": "en-US,en;q=0.9"
},
"credits": 10.00
}