Image To Text
1. Create task
POST
https://api.mrccaptcha.com/captcha/Recognition
Body
Name
Type
Description
apikey
string*
image
string*
The captcha image as base64 encoded
Response
Code examples
2. Get task result
GET
https://api.mrccaptcha.com/captcha/getresult?apikey=YOUR_API_KEY&taskId=TASK_ID
Query params
Name
Type
Description
apikey
string*
taskId
string*
The task id from step 1
Response
Last updated
Was this helpful?