Test captcha image solving (Base64 request)

Test solving image captcha with in.php Base64. API Documentation Here

Your key: The CAPTCHA file body in base64 format:

Example code


<form method="post" action="https://ocr.captchaai.com/in.php">
  <input type="hidden" name="method" value="base64">
  Your key:
  <input type="text" name="key" value="YOUR_APIKEY">
  The CAPTCHA file body in base64 format:
  <textarea name="body">BASE64_FILE</textarea>
  <input type="submit" value="Upload and get the ID">
</form>