使用 GET /v1/videos/{task_id} 查询 Sora 视频任务状态与结果。
Documentation Index
Fetch the complete documentation index at: https://docs.geeknow.top/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/videos/{task_id} 查询。路由层对应 router/video-router.go 里的 videoV1Router.GET("/videos/:task_id", controller.RelayTaskFetch)。
GET /v1/videos/{task_id}。video 对象。video_url 读取结果;如果缺失,服务端还可能补出 /v1/videos/{task_id}/content 代理地址。video。queued、processing、completed、failed、cancelled。