按任务 ID 查看生成进度与结果 URL
GET /v1/videos/generations/{id}
Auth: {'type': 'bearer', 'prefix': 'sk-', 'description': 'API Key, 使用 `Authorization: Bearer sk-xxx` 鉴权'}
查询视频任务详情 — 返回 BytePlus 原生格式. 终态 (`status=succeeded`) 包含 `content[]` (含 video_url) + `usage` + `seed`. 失败 (`status=failed`) 包含 `error` 对象 (BytePlus 原生 {code, message}).
id | string | required | 任务 ID (BytePlus 返的 cgt-* 或本平台 ID) |
200 — 任务详情 (BytePlus 原生格式 + 平台扩展). 终态时含 content / usage / seedcurl https://api.router.ai/v1/videos/generations/cgt-20260428143025-abc123 \
-H "Authorization: Bearer $YOUR_API_KEY"