Aliyun
Tasks•Updated 4/22/2026
POST
https://solver.solverify.net/createTask
- Parameters:
clientKey- Your API keywebsiteURL- The full URL of the page where the Aliyun Captcha 2.0 widget is displayedwebsiteKey- TheSceneIdvalue passed toinitAliyunCaptcha({ SceneId: '...' })prefix- The Identity Prefix from the customer's Aliyun Captcha console (the subdomain portion of<prefix>.captcha-open.aliyuncs.com)region- Aliyun Captcha region. Allowed:sgp(Singapore / international, default) orcn(Chinese mainland)proxyType- Proxy type allowed: httpproxyAddress- Proxy IP address or hostnameproxyPort- Proxy portproxyLogin- Login for proxy (optional)proxyPassword- Password for proxy (optional)
NOTE: The proxy should be the same IP used for any follow-up business request made with the resulting token. Aliyun's device token is bound to the network path that generated it.
Example:
{
"clientKey": "YOUR_API_KEY",
"task": {
"type": "aliyun",
"websiteURL": "https://h5.rsnvip7.fun/",
"websiteKey": "s7r707fw8",
"prefix": "zir9dtu",
"region": "sgp",
"proxyType": "http",
"proxyAddress": "1.1.1.1",
"proxyPort": "8080",
"proxyLogin": "username",
"proxyPassword": "password"
}
}
Response Example:
{
"errorId": 0,
"taskId": "UUID"
}
Result Example:
{
"errorId": 0,
"status": "completed",
"solution": {
"value": '{"sceneId":"s7r707fw8","certifyId":"Zfx3380sm1","deviceToken":"U0dfV0VCIzM3OTVkMjgyNDJhMTE2MTli...","data":"JRMlgg1EDSM6Rg4LRQRHM1ICsZIZfhFXaGEBckRX..."}'
},
"errorCode": null,
"errorDescription": null
}