⚡ 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 Docs

Overview

Solve reCAPTCHA v3 (standard & enterprise) for any website.

Required: url, sitekey, proxy

Request

POSTREQUEST
ENDPOINT:https://castlebreaker.cc/getRecaptchaV3
POST 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
}