Test captcha image solving (Post request)

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

Your key: The CAPTCHA file:

Example code


<form method="post" action="https://ocr.captchaai.com/in.php" enctype="multipart/form-data">
  <input type="hidden" name="method" value="post">
  Your key:
  <input type="text" name="key" value="YOUR_APIKEY">
  The CAPTCHA file:
  <input type="file" name="file">
  <input type="submit" value="Upload and get the ID">
</form>