Avatar
Get Photo Avatar List
QuickStart
API Documentation
URL to Video
Create Avatar Videos
Get Generated Video
AI Scripts
Upload Media
Avatar
Visual Style
Avatar
Get Photo Avatar List
Get a list of your photo avatar
GET
/
avatars
/
photo_avatars
curl --request GET \
--url https://api.jogg.ai/v1/avatars/photo_avatars \
--header 'x-api-key: <api-key>'
{
"code": 123,
"msg": "<string>",
"data": {
"avatars": [
{
"avatar_id": 12345,
"name": "My Photo Avatar",
"cover_url": "https://example.com/avatar/cover.jpg",
"status": 1,
"fail_msg": "",
"aspect_ratio": 9,
"style": "professional",
"gender": "male",
"age": "25-35"
}
]
}
}
Authorizations
Response
200 - application/json
Success
The response is of type object
.
curl --request GET \
--url https://api.jogg.ai/v1/avatars/photo_avatars \
--header 'x-api-key: <api-key>'
{
"code": 123,
"msg": "<string>",
"data": {
"avatars": [
{
"avatar_id": 12345,
"name": "My Photo Avatar",
"cover_url": "https://example.com/avatar/cover.jpg",
"status": 1,
"fail_msg": "",
"aspect_ratio": 9,
"style": "professional",
"gender": "male",
"age": "25-35"
}
]
}
}