
🇺🇸 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
video2video
POST
/runway/pro/video2video
Last modified:2025-02-05 11:34:25
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
video
string
required
model
string
required
prompt
string
提示词
options
object
required
structure_transformation
number
required
>= 0<= 1
flip
boolean
optional
Default:
false
callback_url
string
required
Example
{
"callback_url": "http://baidu.com",
"video": "http://runwaycdn.rixapi.com/attachments/video/runway/20241015/82bc23c83b5c32e75059c8328df5cffb.mp4",
"model": "gen3",
"prompt": "像素风格",
"options": {
"structure_transformation": 0.5,
"flip": true
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/runway/pro/video2video' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"callback_url": "http://baidu.com",
"video": "http://runwaycdn.rixapi.com/attachments/video/runway/20241015/82bc23c83b5c32e75059c8328df5cffb.mp4",
"model": "gen3",
"prompt": "像素风格",
"options": {
"structure_transformation":0.5,
"flip": true
}
}'
Responses
🟢200成功
application/json
Body
object {0}
Example
{}
Modified at 2025-02-05 11:34:25