Skip to main content
POST
/
v1
/
auth
/
recover
Recover API key
curl --request POST \
  --url https://api.vidjutsu.ai/v1/auth/recover \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "message": "<string>"
}

Body

application/json
email
string
required

Response

200 - application/json

Recovery initiated

message
string