| Primary Field | Secondary Field | Description | 
|---|---|---|
| code | Response status code | |
| msg | Response message | |
| data | id | Video ID | 
| status | Status, 10: Generating; 30: Success; 4X: Parameter error; 5X: Service error | |
| progress | Task progress 0-100 | |
| msg | Error message for exceptions or failures | |
| video_url | Video playback URL | |
| subtitle_data_url | Subtitle timeline link, requires downloading the file to obtain | |
| create_time | Video creation time, timestamp | |
| preview_url | Video preview image | |
| duration | Video duration (in seconds) | 
curl --location --request GET 'https://api.302.ai/chanjing/open/v1/video?id=1935639178641408000' \
--header 'Authorization: Bearer '{
    "code": 0,
    "data": {
        "audio_urls": null,
        "create_time": 1750327317,
        "duration": 30,
        "id": "1935639178641408000",
        "msg": "",
        "preview_url": "https://file.302ai.cn/gpt/imgs/8911a463746fb49e0114edf8d98528f0.jpg",
        "progress": 100,
        "status": 30,
        "subtitle_data_url": "",
        "video_url": "https://file.302ai.cn/gpt/imgs/8863ee0790f1b2d25a4f49a6a6f18d92.mp4"
    },
    "msg": "success",
    "trace_id": "b74d2b0400eb0f5f39b11963e592eb3c"
}