← Home Get API Key

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.

BLS Captcha Solver Bot

BLS Captcha Solver

@Bls_captcha_solver_bot
Open in Telegram
  1. 1

    Open the Telegram Bot

    Go to @Bls_captcha_solver_bot on Telegram (web or app) and start the conversation by sending the /start command.

    The bot will greet you and ask for your email address.

  2. 2

    Register with Your Email

    Send your email address to the bot. It will register your account and immediately return your API key along with 100 free trial tokens.

    Telegram bot registration flow
    Registration complete.
    API key: e10..
    You received 100 trial tokens.
  3. 3

    Check Your Token Balance

    At any time, send /tokens to the bot to check how many tokens you have remaining.

  4. 4

    Use Your API Key

    Use your API key in the x-api-key header 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.