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