API
Authentication

User

5min

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.

Authenticate

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

JSON


Authentication request example

Curl


Authentication Response

JSON


Copy the JWT Bearer authToken from the response and use for authentication purposes of all subsequent queries.

Retrieve User Information

For additional details regarding your assigned organizations, use GET /user/me

Curl