post https://api.aivideoapi.com/runway/extend
Example body:
{
"uuid": "",
"model": "gen2",
"text_prompt": "",
"motion": 5,
"seed": 0,
"callback_url": ""
}
Guidance
uuid(required, string): The task id that you wanna extend the videomodel(optional, string): default to begen2.- Supported durations:
gen2extend the video with additional 4s andgen3extend the video with additional 5s - Extend with
gen3only compatible with the uuid that usedGenerate By Textingen3, and it doesn't works for the uuid that's usedGenerate By ImageorGenerate By Image And Description
- Supported durations:
text_prompt(required, string): "masterpiece, cinematic, man smoking cigarette looking outside window, moving around"seed(optional, int): default to be 0, means random valuecallback_url(optional, string): The callback_url is where a GET request will be sent once the job finishes, whether it’s successful or not. It will include the UUID in this format: ?uuid=
