| Primary Field | Secondary Field | Description | 
|---|---|---|
| code | Response status code | |
| msg | Response message | |
| data | id | Digital human avatar ID | 
| name | Digital human name | |
| type | Type, defaults to person | |
| pic_url | Preview cover image | |
| preview_url | Preview URL | |
| width | Avatar width | |
| height | Avatar height | |
| audio_man_id | Voice timbre ID of the digital human | |
| status | Current status: 1 In progress, 2 Success, 4 Failed, 5 System error | |
| err_reason | Reason for failure | |
| is_open | Availability: 1 Available, 0 Unavailable | |
| reason | Failure reason | |
| progress | Progress percentage, 0-100 | |
| create_time | Creation timestamp | 
curl --location --request GET 'https://api.302.ai/chanjing/open/v1/customised_person?id=C-fa3a2c25c76d45d9a5307e79d5f103dd' \
--header 'Authorization: Bearer '{
    "code": 0,
    "data": {
        "audio_man_id": "C-9226dbfd166f490db9191c1eb42d9493",
        "create_time": 1750328558,
        "err_reason": "",
        "height": 480,
        "id": "C-ef6db16b08bc46a6a3558cd8d8806b70",
        "is_open": 1,
        "name": "302test",
        "pic_url": "https://file.302ai.cn/gpt/imgs/0ac24c92405590279156248dd0930eda.png",
        "preview_url": "https://file.302ai.cn/gpt/imgs/d1edd944f7cd6cddab64480e3b8e8de7.webm",
        "progress": 100,
        "reason": "",
        "status": 2,
        "type": "person",
        "width": 480
    },
    "msg": "success",
    "trace_id": "8972f68a26a589dcd272a5449b0120d1"
}