latestOpenAPI 3.1.02026-08-197104501.1 MB
8fbaab4fc7c5
videos
Video Remix
Video remix endpoint for remixing existing videos with new prompts.
Follows the OpenAI Videos API spec: https://platform.openai.com/docs/api-reference/videos
Example:
curl -X POST "http://localhost:4000/v1/videos/video_123/remix" -H "Authorization: Bearer sk-1234" -H "Content-Type: application/json" -d '{
"prompt": "A new version with different colors"
}'
post/v1/videos/{video_id}/remix
Path parameters
video_idstring required
Response
Successful Response
{"stackTrail":"paths:/v1/videos/{video_id}/remix:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}