Request Code Samples
curl --location --request GET 'https://api.302.ai/vidu/ent/v2/tasks//creations' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO'
Responses
application/json {
    "state": "success",
    "err_code": "",
    "creations": [
        {
            "id": "2608612635966166",
            "url": "https://file.302ai.cn/gpt/imgs/20250116/d6d293c30b3c4dc9b0104e311f15bb63.mp4",
            "cover_url": "https://file.302ai.cn/gpt/imgs/20250116/f5cb8f0321274492b19fee3d8e3c47e8.jpeg",
            "video": {
                "duration": 3.85,
                "fps": 16,
                "resolution": {
                    "width": 688,
                    "height": 384
                }
            }
        }
    ]
}
Modified at 2025-09-16 02:31:18