It needs to be called after the video task status returns to completion, otherwise 400 error is returned Please download the video link obtained as soon as possible, otherwise after account rotation, it cannot be obtained again
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Path 参数
task_id
string
task id
必需
示例值:
574c36d2-13cd-4869-b899-c3b22356ed6b
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://dev-cn.your-api-server.com/luma/generations/574c36d2-13cd-4869-b899-c3b22356ed6b/download_video_url'