Skip to main content

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

email
string
required
Email address of the existing Naive account
curl -X POST https://api.usenaive.ai/v1/auth/link \
  -H "Content-Type: application/json" \
  -d '{ "email": "existing@example.com" }'
{
  "status": "verification_sent",
  "message": "Check email for 6-digit code",
  "hint": "Call POST /v1/auth/verify with the code"
}

Notes

  • No authentication required
  • A 6-digit verification code is sent to the email
  • Code expires after 10 minutes
  • Follow up with POST /v1/auth/verify