# Schedule a pre-recorded live stream Schedules a pre-recorded live stream to start at a specific date and time using the configured playlist. This endpoint is used for both one-time scheduled events and looping (24/7) streams. Endpoint: POST /streams/{stream_id}/config/scheduler/events Version: 1.0.0 Security: bearerAuth ## Path parameters: - `stream_id` (string, required) Unique identifier of the pre-recorded live stream ## Request fields (application/json): - `label` (string, required) Human-readable label for the scheduled event - `datetime` (string, required) Scheduled start time in ISO 8601 (UTC) - `immediateStart` (boolean) Whether the stream should start immediately - `loop` (boolean) Whether the event respects looping configuration - `videos` (array) Optional list of video IDs for this event ## Response 200 fields ## Response 401 fields ## Response 404 fields