Protects endpoints from bots and automated requests using image-based captchas.
| Method | Endpoint | Description | Auth Required |
|---|---|---|---|
| GET | /api/v1/test-captcha | Get captcha image | No |
| POST | /api/v1/test-captcha | Validate captcha | No |
- Request a captcha image.
- Submit the answer for validation.
GET /api/v1/test-captchaPOST /api/v1/test-captcha
Content-Type: application/json
{
"captcha": "userInput"
}