UNITHdocs
Sign inarrow_forward

Leverage the GET /organization/{id}/heads api endpoint to list all Digital Humans related to your user. These Digital Humans are availble to Update a Digital Human and to display in any adminstation portal you may be building.

code
curl -X 'GET' \
  'https://platform-api.unith.ai/organisation/yourOrgId/heads' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer yourBearerToken'
scheduleLast updated Feb 18, 2026