{
"callback_url": "http://baidu.com",
"prompt": "一只小猫",
"image": "https://db.xiaohuhd.com/1.jpeg",
"model": "gen3",
"options": {
"seconds": 10
}
}
Authorization: Bearer ********************
{
"callback_url": "http://baidu.com",
"image": "https://db.xiaohuhd.com/1.jpeg",
"style": "cinematic",
"model": "gen3",
"prompt": "笑起来,吃汉堡",
"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
}
}
}
curl --location --request POST 'https://api.apicore.ai/runway/pro/generate' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"callback_url": "http://baidu.com",
"image": "https://db.xiaohuhd.com/1.jpeg",
"style": "cinematic",
"model": "gen3",
"prompt": "笑起来,吃汉堡",
"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
}
}
}'
{}