cURL
curl --request GET \ --url https://api.duix.ai/duix-openapi-v2/sdk/v2/queryAvatar \ --header 'token: <api-key>'
{ "code": "0", "msg": "SUCCESS", "success": true, "data": { "name": "Khalid Hassan", "modelSceneId": "735917732520006", "conversationId": "1983775419508027393", "coverImage": "https://xxx.xxx.xxx/image/img_3076d14.png", "status": 2, "processingStep": "done" } }
Query avatar creation status about the AI avatar using its unique taskId.
Token generated from your API keys.
Unique task ID returned by the createAvatar API.
Successfully retrieved avatar creation status
Response code.
Response message.
Indicates whether the request succeeded.
Response payload containing avatar details.
Show child attributes
Avatar name.
The avatar model scene ID.
Conversation ID associated with this avatar.
The avatar cover image.
Avatar training status (0: training, 1: failed, 2: success).
Training progress (preparing, processing, after_processing, done).