Captcha Generator
he Captcha Generator API allows you to create secure and fully customizable CAPTCHA images in PNG base64 format. Perfect for protecting web forms, user registration, and login pages from bots, this API lets you control: The length of the random text The width and height of the image The background color and text color (hex codes) The font size of the CAPTCHA The API returns a simple JSON object…
Captcha Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Generate /generate |
Generates a secure and customizable CAPTCHA image in PNG format. You can define the text length, background color, text color, image dimensions, and font size. The API returns a… |