#
ImageToTextTask
#
Object structure
#
Request body example
API ADDRESS
POST
https://api.byecap.ru/newTask
{
"clientKey":"67b6bcbb1a728ea8d563de6d169a2057",
"task": {
"type":"ImageToTextTask",
"body":"BASE64_BODY_HERE!"
}
}
#
Response example
{
"errorId":0,
"taskId":407533072
}
#
Getting result
Use the result method to get the captcha solution. Depending on the system load, you will receive an answer within an interval from 300ms to 6s
#
Response example
{
"errorId":0,
"status":"ready",
"solution": {
"text":"answer"
}
}