Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Start an email-link flow by sending a 6-digit verification code.
cURL
curl --request POST \ --url https://api.usenaive.ai/v1/auth/link \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com" } '
{ "status": "verification_sent", "message": "<string>", "hint": "<string>" }
Code sent.
"verification_sent"