POST
/
v0
/
user
/
assistant-hiring-approval
curl --request POST \
  --url 'https://api.unify.ai/v0/user/assistant-hiring-approval' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "message": "string",
    "assistant_hiring_approval": "string | null"
}

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/assistant-hiring-approval' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "message": "string",
    "assistant_hiring_approval": "string | null"
}