URL, Image data (Base64) or paste clipboard image here

Example captcha

SOLVE

# Free to use image captcha solve

Several common image CAPTCHA solvers, if you encounter unsolvable images, please contact us: hello@browserlify.com

Before start, you need an API Token to access the service, and a token will be created for free after registration (opens new window).

It's Free

# How to use

/solve can be accessed using GET and POST methods

## GET
curl https://api.browserlify.com/solve?token=YOUR_TOKEN&src=https://browserlify.com/images/okimgs/3n3d.png

or

## POST, data-url format
curl -X POST https://api.browserlify.com/solve?token=YOUR_TOKEN \
    -H 'Content-Type: application/json' \
    -d '{"data": "data:image/png;base64,iVBORw0KGgoAAAA...."}'

See API for detail.