视频系列
创建视频生成请求
通过输入prompt生成视频,该接口返回的是用户当前请求生成的requestId,用户需要通过轮询status接口获取具体的视频链接,生成后的结果在10分钟内有效,请及时取走视频链接。
POST
/
video
/
submit
Authorizations
Use the following format for authentication: Bearer <your api key>
Body
application/json
对应的模型名称。为更好的提升服务质量,我们将不定期对本服务提供的模型做相关变更,包括但不限于模型上下线,价格调整,模型服务能力调整等,我们会在可行的情况下以公告、消息推送等适当的方式进行通知。
Available options:
Lightricks/LTX-Video
The text prompt to generate the video description from.
The input only supports image links via URL.
The seed for the random number generator.
Response
200 - application/json
The requestId generated by this request needs to be used when calling the status interface.