Skip to main content
POST
/
v1
/
auth
/
session
/
register
Session register
curl --request POST \
  --url https://api.usenaive.ai/v1/auth/session/register \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "email": "jsmith@example.com",
  "password": "<string>",
  "company_name": "<string>",
  "template": "<string>"
}
'
{}

Body

application/json
name
string
required
email
string<email>
required
password
string
required
Minimum string length: 8
company_name
string
template
string

Response

Registered (sets session cookie).

The response is of type object.