/
ST
streamloop
/
Streamloop API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 22m ago · Updated 6d ago
Details
Filter operations
account
1
billing
4
crypto
2
destinations
2
meta
3
playlists
5
streams
11
get
List streams
post
Create a stream
get
Get a stream
delete
Delete a stream
patch
Update a stream
get
Get live stream stats
get
Check stream readiness
post
Schedule a stream
delete
Cancel a stream's schedule
post
Start a stream
post
Stop a stream
uploads
7
streams
Get a stream
Fetches an object given its ID.
get
/streams/{id}
Path parameters
id
string
required
Resource identifier.
Response
Successful response.
Stream
required
createdAt
string
date-time
required
framerate
'f_24'
|
'f_25'
|
'f_30'
|
'f_60'
nullable
id
string
required
name
string
nullable
quality
'q_720p'
|
'q_1080p'
|
'q_1440p'
|
'q_2160p'
nullable
state
'draft'
|
'invalid'
|
'scheduled'
|
'preparing'
|
'activating'
|
'active'
|
'failing'
|
'failed'
|
'stopping'
|
'stopped'
nullable
Changes