cURL
curl --request GET \ --url https://api.liveavatar.com/v1/avatars/public
{ "code": 100, "data": { "count": 123, "results": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "error_message": "<string>", "space_id": "<string>", "type": "VIDEO", "status": "INIT", "preview_url": "<string>", "is_expired": false, "default_voice": { "id": "<string>", "name": "<string>" }, "is_1080p": false } ], "next": "<string>", "previous": "<string>" }, "message": "<string>" }
Get public avatars list
Documentation IndexFetch the complete documentation index at: https://docs.liveavatar.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.liveavatar.com/llms.txt
Use this file to discover all available pages before exploring further.
x >= 1
1 <= x <= 100
Successful Response
Show child attributes
Was this page helpful?