Captcha

Verify your users


Generate image

GET https://api.screwltd.com/v3/captcha/generate

Captcha generation

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
  "token": "uuid",
  "captcha": "image/svg"
}

Captcha validity check

POST https://api.screwltd.com/v3/captcha/generate/verify

Checks the correctness of the passage

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

token

uuid

Captcha ID (valid for 5 minutes)

captcha

string

Data entered by the user

Response


Example integration

Last updated

Was this helpful?