ResourcesLive Streams

Live Streams API

Create and manage live streams for your application. Streams support RTMP ingest and HLS/DASH playback with ultra-low latency options.

Endpoints

GET/v1/streams

List all live streams

Parameters

ParameterTypeDescription
limitintegerMaximum number of streams to return (1-100)
statusstringFilter by status: active, idle, or disabled
starting_afterstringCursor for pagination

Example Request

curl https://api.kite.dev/v1/streams \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json"