Skip to main content
POST
/
api
/
v1
/
auth
Request login link
curl --request POST \
  --url https://ai-loop.alpeadria.com/api/v1/auth \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "message": "Verification email sent to [email protected]. Please check your inbox."
}
Sends a magic link to the user’s email for authentication.

Body

application/json
email
string<email>
required

Response

Verification email sent successfully.

message
string