Verify Code Recognition

Click or drag verify code image here

Supports jpg, png, gif formats

Preview

API Reference

Use our API to recognize verify codes

Endpoint

POST https://api.leepow.com/verifycode

Request Format

{
  "image": "base64_encoded_image_string"
}

Response Format

{
  "code": 0,
  "msg": null,
  "data": "7893"  // recognized text
}

Code Examples

curl --location 'https://api.leepow.com/verifycode' \
  --header 'Content-Type: application/json' \
  --data '{
    "image": "base64_encoded_image_string"
}'

How to Recognize Verify Codes Online

Upload a verify code (captcha) image below and get the recognized text in seconds. It is a quick way to test recognition quality before integrating the REST API into your workflow.

1. Upload an Image

Click or drag a JPG, PNG or GIF verify code image into the upload area above.

2. OCR Recognition

The recognizer extracts the characters from the image automatically.

3. Get the Text

See the recognized result instantly, with preview of the uploaded image.

Automate recognition with the Verify Code API