Get a list of your avatar
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": "" } ] } }
Business status code:
0 - Success
10104 - Record not found
10105 - Invalid API key
18020 - Insufficient credit
18025 - No permission to call APIs.
40000 - Parameter error
50000 - System error
Response message
Show child attributes
Avatar ID
81
Avatar name
"Amanda outdoors"
URL of the cover image
"https://res.jogg.ai/f178cf5273dd9cbd506f27426966c1ae501cae27-cover.png"
Production status: 0:in progress, 1:success, 2:failed
Failure message when product_status is 2
""