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/assets', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "data": [ { "id": "<string>", "tenantId": "<string>", "contentType": "<string>", "sizeBytes": 1, "createdAt": "<string>", "updatedAt": "<string>", "sha256": "<string>", "publicUrl": "<string>" } ] }
List uploaded assets 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_...
Asset list
Show child attributes