
🇺🇸 English

🇺🇸 English
- Chat Models
- Chat
- OpenAI-Realtime
- Completions
- Audio
- Image generation
- Embeddings
- Models
- Help
- Anthropic
- Suno
- Udio
- Midjourney API
- Flux
- Recraft
- Ideogram
- Luma
- Runway
- Kling-API
- Replicate
- MiniMax
image to video
POST
/runway/pro/generate
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
string
optional
Header Params
string
optional
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Body Params application/json
callback_url
string
回调地址
image
string
参考的图片
style
string
风格
model
enum<string>
模型
Allowed values:
gen2gen3
Default:
gen3
prompt
string
描述词
options
object
参数
motion_vector
object
镜头控制
seconds
enum<integer>
视频时长
Allowed values:
510
Default:
10
image_as_end_frame
boolean
是否将图片作为尾帧
Default:
false
flip
boolean
optional
Default:
false
last_image
string
尾帧
Example
{
"callback_url": "http://baidu.com",
"image": "https://db.xiaohuhd.com/1.jpeg",
"style": "cinematic",
"model": "gen3",
"prompt": "smile",
"options": {
"seconds": 10,
"image_as_end_frame": false,
"flip": false,
"motion_vector": {
"x": -6.2,
"y": 0,
"z": 0,
"r": 0,
"bg_x_pan": 0,
"bg_y_pan": 0
}
}
}
Responses
🟢200成功
application/json
Body
object {0}
Example
{}
Modified at 2025-02-05 11:33:56