Avatar
Get Instant Avatar List
QuickStart
API Documentation
URL to Video
Create Avatar Videos
Get Generated Video
AI Scripts
Upload Media
Avatar
Visual Style
Avatar
Get Instant Avatar List
Get a list of your avatar
GET
/
avatars
/
custom
curl --request GET \
--url https://api.jogg.ai/v1/avatars/custom \
--header 'x-api-key: <api-key>'
{
"code": 123,
"msg": "<string>",
"data": {
"avatars": [
{
"avatar_id": 81,
"name": "Amanda outdoors",
"cover_url": "https://res.jogg.ai/f178cf5273dd9cbd506f27426966c1ae501cae27-cover.png",
"fail_msg": ""
}
]
}
}
Authorizations
Response
200 - application/json
Success
The response is of type object
.
curl --request GET \
--url https://api.jogg.ai/v1/avatars/custom \
--header 'x-api-key: <api-key>'
{
"code": 123,
"msg": "<string>",
"data": {
"avatars": [
{
"avatar_id": 81,
"name": "Amanda outdoors",
"cover_url": "https://res.jogg.ai/f178cf5273dd9cbd506f27426966c1ae501cae27-cover.png",
"fail_msg": ""
}
]
}
}