cURL
curl --request POST \ --url https://api.flowxi.app/api/v1/auth/register-email \ --header 'Content-Type: application/json' \ --data ' { "email": "gbailey@example.net" } '
{ "code": "MAGIC_LINK_SENT", "message": "Magic link sent." }
Creates (or reuses) a pending user and sends a single-use magic link email.
Documentation IndexFetch the complete documentation index at: https://docs.flowxi.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.flowxi.app/llms.txt
Use this file to discover all available pages before exploring further.
"gbailey@example.net"
Magic link sent.
"OK"