Grok Imagine Video Extend is a video continuation model designed to extend existing clips with smooth motion and coherent scene progression. It generates additional frames based on the source video and automatically appends the new footage to the original, making it well suited for clip extension, social media content growth, B-roll continuation, and creative storytelling workflows. Official-stable: stable and highly efficient, with pricing lower than purchasing directly from the official model provider.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"videoUrl":"https://www.runninghub.cn/view?filename=1a6803ce428a14b0d1dacba23432f2ed62fe04a18795fb019387ee37554c5807.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzY4MjU1NzI3NzMsInRzIjoxNzc2MjIwNzcyNzczLCJzaWduIjoiOWMyYWI4YjhmYmE5ZWEzNDFiYTgzNmZlOThmY2JmOTEifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.8826347851262748","prompt":"The father was telling his daughter a story.","duration":"6"}
Request Code 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--request POST 'https://www.runninghub.ai/openapi/v2/rhart-video-g-official/video-extend' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"videoUrl": "https://www.runninghub.cn/view?filename=1a6803ce428a14b0d1dacba23432f2ed62fe04a18795fb019387ee37554c5807.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzY4MjU1NzI3NzMsInRzIjoxNzc2MjIwNzcyNzczLCJzaWduIjoiOWMyYWI4YjhmYmE5ZWEzNDFiYTgzNmZlOThmY2JmOTEifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.8826347851262748",
"prompt": "The father was telling his daughter a story.",
"duration": "6"
}'