跳转到主要内容
GET
/
v1
/
videos
/
{task_id}
/
content
视频文件下载
curl --request GET \
  --url https://api.powertokens.ai/v1/videos/{task_id}/content \
  --header 'Authorization: Bearer <token>'
"<string>"

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

task_id
string
必填

公开视频任务 ID。

响应

下载成功,直接返回视频二进制流。

The response is of type file.