Nuxa
Api referenceChatApiChatIdentifierOtp

POST /api/chat/{identifier}/otp

POST
/api/chat/{identifier}/otp

Authorization

sessionAuth
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Path Parameters

identifier*string

The identifier parameter

Request Body

application/json

email*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://app.nuxa.ai/api/chat/string/otp" \  -H "Content-Type: application/json" \  -d '{    "email": "string"  }'
{}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}