Bypass Solution

Our solution automates the solving of an Image-To-Text captcha

How the Solution Works

  1. Pass us the image as a base64

  2. Retrieve the response.

In order to access any of our endpoint you'll need a valid API Key, either join our discord for a trial or puchase a plan

Read Image's text (OCR)

post

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
post
/ocr

Last updated

Was this helpful?