Bypass Solution
Our solution automates the solving of an Image-To-Text captcha
How the Solution Works
Pass us the image as a base64
Retrieve the response.
This endpoint reads the text from an image using OCR (Optical Character Recognition). The image data should be sent as a base64-encoded string in the JSON payload.
Authorizations
x-api-keystringRequired
Query parameters
api_keystringRequired
Your API key for authentication.
Body
imagestringRequired
A base64-encoded image string.
Responses
200
The OCR result for the image
application/json
400
Bad request, missing or invalid parameters
application/json
500
Internal server error
application/json
post
/ocrLast updated
Was this helpful?