Plume API
Utility

/captcha

Generate a captcha image. The code of the captcha is available in the X-Captcha-Code response header

GET
/captcha

Response Body

image/png

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/captcha"
"string"
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}