Skip to main content
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"
{}
Backward-compat stub: no-op (use POST /user with standard flow instead).

Authorizations

Authorization
string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request POST \
  --url 'https://api.unify.ai/v0/user/create-with-business-info' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}