Authorization: Bearer ********************{
"model": "grok-video-3",
"prompt": "play with another white cat",
"task_id": "grok:7fd641dc-437f-44c3-97a2-e3778e0e10fb",
"size": "1080p",
"start_time": 3,
"upscale": false
}curl --location --request POST '/v1/video/extend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "grok-video-3",
"prompt": "play with another white cat",
"task_id": "grok:7fd641dc-437f-44c3-97a2-e3778e0e10fb",
"size": "1080p",
"start_time": 3,
"upscale": false
}'{}