Getting Started
Go from zero to solving Turnstile captchas in under 5 minutes. Follow these steps to start integrating the CapSolution API.
Create an Account
Visit the registration page to create your free account. Every new account comes with 50 free credits to test the API.
Create Free AccountGet Your API Key
Navigate to the API Keys page in your dashboard and click "Create New Key". Give it a descriptive name and copy the key.
cap_abcdefghijklmnopqrstuvwxyz123456Install the SDK (Optional)
The CapSolution API uses standard HTTP requests -- no SDK is required. However, you can use any HTTP library in your language of choice.
Create Your First Task
Submit a solving task with the target website URL and its Turnstile site key. The API returns a taskId that you will use to retrieve the result.
{
"errorId": 0,
"taskId": "task_abc123def456"
}Get the Result
Poll the getTaskResult endpoint every 2-3 seconds until the status is "ready". The average solve time is approximately 2.3 seconds.