xfusionai
  1. Luma video
xfusionai
  • 产品介绍
  • 模型价格
  • 快速开始
  • Azure语音服务
  • Azure翻译服务
  • Azure open AI
  • 常见问题
  • OpenAI API
    • About OpenAI Compatible API
    • Chat
      • Chat Completion
    • Images
      • Create Image
    • Audio
      • Text To Speech API
  • Midjourney Open API
    • About Midjourney and Prices
    • Submit Imagine Task
      POST
    • Specify ID Query Task (fetch)
      GET
    • Specify the ID List Query Task
      GET
    • Obtain the seed of the Task Image
      GET
    • Specify ID Query Task
      GET
    • Submit Blend Task
      POST
    • Submit Modal Task
      POST
    • Submit Describe Task
      POST
    • Submit Shorten Task
      POST
    • Submit FaceSwap Task
      POST
    • Upload Files to Discord
      POST
    • Submit Action Task(All associated button actions UPSCALE; VARIATION; REROLL; ZOOM, etc.)
      POST
  • Luma video
    • Luma Task Creation
      POST
    • Luma Expand Video
      POST
    • Luma Query Task
      GET
    • Luma Download video
      GET
  • Suno Music
    • Generate music
    • Query task
  • Anthropic Claude
    • Claude Chat Completion
  • Flux API
    • Create Image
  1. Luma video

Luma Download video

开发中
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/luma/generations/{task_id}/download_video_url
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'

返回响应

🟢200成功
application/json
Body
object {0}
示例
{
    "url": "https://dc53a917a6f427706a8ca3ecc7d70ea4.r2.cloudflarestorage.com/ai-lumalabs-storage-private/dream_machine/6a2cff57-6bda-46d7-83da-e5fde11eeb1f/6a2cff57-6bda-46d7-83da-e5fde11eeb1f_raw_video_0_video09e9ac5d9be1e4045a1f20d89a8306365.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=60bf44f30d45b472f9dd032de33e15d1%2F20240719%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20240719T161314Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=e543bc0aa84390dccc72a3eca92be9ed9f1082356991ad1269a0c9d7d1a164bb"
}
修改于 2024-11-09 17:14:40
上一页
Luma Query Task
下一页
Generate music
Built with