Fetch Image-to-video(图片生成视频)
GET
/sd/v2beta/image-to-video/result/{id}使用 Stable Video Diffusion生成一个基于初始图像的短视频
详细用法请参考官方文档:https://platform.stability.ai/docs/api-reference#tag/Image-to-Video/paths/~1v2beta~1image-to-video/post
价格:0 PTC/次
请求参数
Path 参数
id
string
必需
The id of a generation, typically used for async generations, that can be used to check the status of the generation or retrieve the result.
Header 参数
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Accept
string
必需
示例值:
video/*
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 7 个月前