Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.powertokens.ai/v1/videos/{task_id}/content \ --header 'Authorization: Bearer <token>'
"<string>"
在异步视频任务完成后下载最终视频文件内容。
当你需要直接获取媒体文件,而不是处理临时结果地址时,应使用此接口。
在请求头中传入 Authorization: Bearer <token>。
Authorization: Bearer <token>
公开视频任务 ID。
下载成功,直接返回视频二进制流。
The response is of type file.
file