Skip to main content
GET
/
queryAvatar
Query avatar creation status
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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.duix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

token
string
header
required

Token generated from your API keys.

Query Parameters

taskId
integer
required

Unique task ID returned by the createAvatar API.

Response

200 - application/json

Successfully retrieved avatar creation status

code
string

Response code.

msg
string

Response message.

success
boolean

Indicates whether the request succeeded.

data
object

Response payload containing avatar details.