curl -X GET "https://app.hoox.video/api/public/v1/avatar/avtr_abc123" \ -H "Authorization: Bearer your_api_key"
{ "id": "avtr_abc123", "name": "Alex", "gender": "male", "age": "30", "tags": ["business", "professional"], "thumbnail": "https://cdn.example.com/avatar-thumbnail.jpg", "looks": [ { "id": "look_123", "name": "Office Look", "place": "office", "format": "vertical", "thumbnail": "https://cdn.example.com/look-thumbnail.jpg", "preview": null, "status": "ready", "model_available": ["premium", "ultra", "veo-3", "veo-3-fast"] }, { "id": "look_456", "name": "Studio Look", "place": "studio", "format": "vertical", "thumbnail": "https://cdn.example.com/look2-thumbnail.jpg", "preview": null, "status": "ready", "model_available": ["premium", "ultra", "veo-3", "veo-3-fast"] } ], "created_at": "2024-01-15T10:30:00Z" }
Retrieve details of a specific avatar by its ID
id
Authorization
male
female
Show Look object properties
vertical
horizontal
null
ready
pending
error
standard
premium
ultra
veo-3-fast
veo-3
Was this page helpful?