
Example of Tiktok slider captcha on phone
1. Create a task
Request
POST https://api.omocaptcha.com/v2/createTask
Code samples
Response
Success:errorId = 0 and a taskId when the task is created successfully.
Failure:
errorId = 1 and an errorCode. See the Error codes list.
2. Get the task result
Request
POST https://api.omocaptcha.com/v2/getTaskResult
Response
Success:errorId = 0 and status = ready. Read the answer inside solution.
Processing:
errorId = 0 and status = processing. Wait 2 seconds and query again.
Failure:
errorId = 1. See details at Error codes.
