BizKitHub
DocsAPI ReferenceSecurity/api/v1/security/captcha
getSecurityPublic API v1

/api/v1/security/captcha

Render a random captcha image as base64.

Example:

captcha

securitygetApiV1SecurityCaptcha

Parameters

No parameters required

This endpoint takes no path, query, header or body parameters.

Response schema

1 status code documented

200Success
tokenstringRequired
Examplemfuunpqsqa1rw8ft
imageBase64stringRequired
Exampledata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAC...

Response example

application/json
{
  "token": "mfuunpqsqa1rw8ft",
  "imageBase64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAC..."
}

Request example

GET /api/v1/security/captcha

get
curl -X GET "https://api.bizkithub.com/api/v1/security/captcha" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key