Skip to main content
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