data.videos 字段包含生成的视频下载链接(有效期 14 天)。curl --location --request GET 'https://api.qnaigc.com/v1/videos/generations/chatvideo-1709712000000000000-uid123' \
--header 'Authorization: Bearer <token>'{
"id": "chatvideo-1709712000000000000-uid123",
"model": "veo-3.0-generate-preview",
"status": "Completed",
"message": "完成",
"data": {
"videos": [
{
"url": "https://cdn.example.com/videos/sample_0.mp4?token=xxx&e=1711904000",
"mimeType": "video/mp4"
}
],
"raiMediaFilteredCount": 0
},
"created_at": "2025-03-06T12:00:00Z",
"updated_at": "2025-03-06T12:05:30Z"
}