# Start a live stream
curl -X POST https://api.livereacting.com/v1/external/projects/{id}/live \
-H "Authorization: Bearer lr_your_api_key" \
-H "Content-Type: application/json" \
-d '{"scheduledDate": "now"}'
# Response
{
"_id": "6845a1b2c3d4e5f6a7b8c9d0",
"status": "PREPARING",
"project": "6845a1b2c3d4e5f6a7b8c9d1"
}
Create and configure streaming projects with scenes, layers, and destinations.
Build video playlists, set scene order, and configure auto-switching between scenes.
Import files from Google Drive, Dropbox, or YouTube. Organize into folders.
Start, stop, and schedule broadcasts. Push changes to a running stream instantly or on demand.
List and validate your connected YouTube, Facebook, Twitch, or custom RTMP destinations.
Choose whether project changes push to your live stream immediately or wait until you're ready.