
Example of Tiktok slider captcha
1. Create task
Request
POST https://api.omocaptcha.com/v2/createTask
Sample code
Response
Success:errorId = 0 and a taskId on success.
Failure:
errorId = 1 and the corresponding errorCode. See the Error codes list.
2. Get task result
Request
POST https://api.omocaptcha.com/v2/getTaskResult
Response
Success:errorId = 0 and status = ready. Read the result from the solution field.
Processing:
errorId = 0 and status = processing. Please wait 2 seconds and retry.
Failure:
errorId = 1. See details in Error codes.


