Videos
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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.