Skip to main content
POST
/
v1
/
auth
/
verify
/
request
Request email verification code
curl --request POST \
  --url https://api.vidjutsu.ai/v1/auth/verify/request \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "sent": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
required

Response

200 - application/json

The request has succeeded.

sent
boolean
required