Get Your Free API Key
Getting an API key is quick and free. You'll interact with our Telegram bot to register, and you'll immediately receive 100 free tokens to try out the captcha solver. The whole process takes less than a minute.
-
1
Open the Telegram Bot
Go to @Bls_captcha_solver_bot on Telegram (web or app) and start the conversation by sending the
/startcommand.The bot will greet you and ask for your email address.
-
2
-
3
Check Your Token Balance
At any time, send
/tokensto the bot to check how many tokens you have remaining. -
4
Use Your API Key
Use your API key in the
x-api-keyheader when making requests to the captcha solver API.curl -X POST https://your-api-url/solve \-H "Content-Type: application/json" \-H "x-api-key: YOUR_API_KEY" \-d '{"image": "base64..."}'
Once your trial tokens run out, visit the pricing page to choose a plan that fits your needs.
Need help? Check the API documentation or the browser extension setup guide.