POST
/
v0
/
user
/
create-with-business-info
curl --request POST \
  --url 'https://api.unify.ai/v0/user/create-with-business-info' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Create a new user with business classification (for signup flow).

Authorizations

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

account_type
string
required
business_info
any | null
email
string | null
name
string | null
last_name
string | null
curl --request POST \
  --url 'https://api.unify.ai/v0/user/create-with-business-info' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}
POST
/
v0
/
user
/
create-with-business-info
curl --request POST \
  --url 'https://api.unify.ai/v0/user/create-with-business-info' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Create a new user with business classification (for signup flow).

Authorizations

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

account_type
string
required
business_info
any | null
email
string | null
name
string | null
last_name
string | null
curl --request POST \
  --url 'https://api.unify.ai/v0/user/create-with-business-info' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}