#
API Reference
Complete reference for all CaptchaSolv endpoints.
#
Base URL
https://v1.captchasolv.com
#
Endpoints Overview
#
Request Format
All POST requests must use JSON body with Content-Type: application/json header.
{
"clientKey": "YOUR_API_KEY",
"task": {
"type": "TaskType",
"websiteURL": "https://example.com",
...
}
}
#
Response Format
All responses are JSON with the following structure:
#
Success Response
{
"errorId": 0,
"status": "ready",
"solution": {
"token": "...",
"userAgent": "..."
}
}
#
Error Response
{
"errorId": 1,
"errorCode": "ERROR_INVALID_REQUEST",
"errorDescription": "Detailed error message"
}
#
Common Parameters
#
Solution Fields