latestOpenAPI 3.1.02026-08-197104501.1 MB
8fbaab4fc7c5
videos
Video Extension
Create a video extension.
Follows the OpenAI Videos API spec: https://platform.openai.com/docs/api-reference/videos/create-extension
Example:
curl -X POST "http://localhost:4000/v1/videos/extensions" -H "Authorization: Bearer sk-1234" -H "Content-Type: application/json" -d '{"prompt": "Continue the scene", "seconds": "5", "video": {"id": "video_123"}}'
post/videos/extensions
Response
Successful Response
{"stackTrail":"paths:/videos/extensions:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}