cURL
curl --request GET \ --url https://api.navtalk.ai/api/open/v1/avatar/list \ --header 'license: <api-key>'
{ "code": 200, "message": "SUCCESS", "data": [ { "id": "fbc269dcd0a738cf8e5e0f465671303c", "name": "my-image-avatar", "url": "https://example.com/photo.jpg", "providerId": "b92a28fb2ea737457c7f13ba554759c0", "model": "agent_3201khcbet2vf349gpmtfg83q0hy", "voice": "CwhRBWXzGAHq8TQ4Fs17", "firstMessage": "Hi! How can I help you today?", "prompt": "You are a helpful assistant.", "videoFile": false, "status": "Success" } ] }
Returns all avatars owned by the current license account.
NavTalk API license key (e.g. sk_navtalk_...)
Avatar list retrieved successfully
200
"SUCCESS"
Show child attributes