Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TypeScript
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}}; fetch('https://realtimeavatar.ai/api/v1/avatars', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "data": [ { "id": "<string>", "tenantId": "<string>", "displayName": "<string>", "modelId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "sourceAssetId": "<string>", "defaultVoiceId": "<string>", "cacheManifestId": "<string>", "cacheVersion": 1 } ] }
List all avatars in your tenant. Requires scope avatars:read.
avatars:read
TIC API key as a bearer token: Authorization: Bearer tic_live_... or tic_test_.... Create keys in the dashboard at /platform/dashboard or via POST /api/v1/api-keys.
Authorization: Bearer tic_live_...
tic_test_...
Avatar list
Show child attributes