Max1 API Documentation
Max1 keys use our premium API. Send requests to https://captcha69.com/createTask with your max1_ key.
Endpoint: Send all API requests to https://captcha69.com. Use your max1_ key as clientKey.
API Methods
Supported Captcha Types
Quick Start
1. Create Task
POST https://captcha69.com/createTask
Content-Type: application/json
{
"clientKey": "max1_YOUR_API_KEY",
"task": {
"type": "RecaptchaV2Task",
"websiteURL": "https://example.com",
"websiteKey": "6Lcg7CMUAAAAANphynKgn9YAgA4tQ2KI_iqRyTwd"
}
}
2. Get Result
POST https://captcha69.com/getTaskResult
Content-Type: application/json
{
"clientKey": "max1_YOUR_API_KEY",
"taskId": 7654321
}
3. Response
{
"errorId": 0,
"status": "ready",
"solution": {
"gRecaptchaResponse": "3AHJ_VuvYIBNBW5yyv0zRY..."
}
}