latestOpenAPI 3.1.02026-08-197104501.1 MB

8fbaab4fc7c5

videos

Video Edit

Create a video edit job.

Follows the OpenAI Videos API spec: https://platform.openai.com/docs/api-reference/videos/create-edit

Example:

curl -X POST "http://localhost:4000/v1/videos/edits"         -H "Authorization: Bearer sk-1234"         -H "Content-Type: application/json"         -d '{"prompt": "Make it brighter", "video": {"id": "video_123"}}'
post/v1/videos/edits

Response

Successful Response

{"stackTrail":"paths:/v1/videos/edits:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}