latestOpenAPI 3.1.02026-08-236994571.1 MB

79928a3d37d3

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"}