
1. Create task
Request
Body Parameters
Response
- Server returns
errorId = 0andtaskId→ success - Server returns
errorId = 1witherrorCode→ error (see Error Codes)
2. Retrieve the result
Request
Response
errorId = 0&status = "ready"→ read the result fromsolution.texterrorId = 0&status = "processing"→ job in progress, wait 2 seconds and retryerrorId = 1→ failed, checkerrorCodein Error Codes

