v1
latestOpenAPI 3.0.3Proprietary2026-07-268815.8 KBVideos
Create a video (streaming)
Same request body as POST /v1/videos, but the response body IS the live fragmented-MP4 (fMP4) byte stream — frames arrive as they are generated, so playback can start before the clip is complete. The video id rides back in the X-Video-Id header; the full MP4 is stored too, so a later GET /v1/videos/{video_id}/content works.
post/v1/videos/stream
Request body
Example request
{
"input_tts": {
"input": "Hello, this is a test."
}
}Response
The fragmented-MP4 (fMP4) byte stream.