Skip to main content
POST
/
api
/
auth
/
captcha
Generates the CAPTCHA key.
curl --request POST \
  --url https://my.exnessaffiliates.com/api/auth/captcha/
{
  "image_type": "string",
  "image_decode": "string",
  "captcha_key": "string",
  "captcha_image": "string"
}

Documentation Index

Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

OK

image_type
string
required

MIME type of the image, e.g. image/png

Example:

"string"

image_decode
string
required

encoder used for the image, e.g. base64

Example:

"string"

captcha_key
string
required
Example:

"string"

captcha_image
string
required

encoded image with code

Example:

"string"