User
To create a digital human you will need a user and organisation (Organisation and User Create). Depending on your organization's type and privileges, you will have access to various head visuals.
Prior to utilizing the digital human API, you must request access. UNITH will create and assign an organization to your account and provide you with an authentication token. Your account will be exclusively assigned to your organization.
API Users will be of role type ADMIN
Please contact us if you need access.
In order to authenticate, use the the following API endpoint, and provide the email used to register on the UNITH platform, along with the token provided..
POST https://platform-api.unith.ai/auth/enter
Copy the JWT Bearer authToken from the response and use for authentication purposes of all subsequent queries.
For additional details regarding your assigned organizations, use GET /user/me