- GPT相关
- 图片生成
- flux
- ideogram
- midjourney
- gpt4oimage
- 音乐生成
- 视频生成
Act-one 表情迁移
POST
/runway/v1/pro/act_one
请求参数
Body 参数application/json
video
string
必需
image
string
必需
options
object
必需
motion_multiplier
integer
必需
flip
boolean
必需
name
string
必需
seconds
integer
必需
text_prompt
string
必需
seed
integer
必需
exploreMode
boolean
必需
watermark
boolean
必需
enhance_prompt
boolean
必需
init_image
string
必需
resolution
string
必需
image_as_end_frame
boolean
必需
assetGroupName
string
必需
promptImage
string
必需
seed
integer
必需
model
string
必需
promptText
string
必需
watermark
boolean
必需
duration
integer
必需
ratio
string
必需
taskType
string
必需
internal
boolean
必需
示例
{
"video": "http://source.wike.cc/attachments/video/runway/20241015/82bc23c83b5c32e75059c8328df5cffb.mp4",
"image": "http://source.wike.cc/1.jpeg",
"options": {
"motion_multiplier": 3,
"flip": true
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gptproto.com/runway/v1/pro/act_one' \
--header 'Content-Type: application/json' \
--data-raw '{
"video": "http://source.wike.cc/attachments/video/runway/20241015/82bc23c83b5c32e75059c8328df5cffb.mp4",
"image": "http://source.wike.cc/1.jpeg",
"options": {
"motion_multiplier": 3,
"flip": true
}
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-05-30 02:56:39