Streamio API Documentation

Videos - Show

Returns a given video from your account.

Request

Url

https://streamio.com/api/v1/videos/video_id.format

Request Method

GET

Response

Code

200

Body

{
"account_id":"5d00b3796f8d8d4d7d000002",
"aspect_ratio_multiplier":2.3443223443223444,
"created_at":"2023-01-26T08:53:15.562Z",
"default_subtitle_id":null,
"description":"",
"duration":888.0,
"filename":"Sintel.mp4",
"image_id":null,
"plays":2,
"progress":0.0,
"state":"ready",
"tags":[
"city",
"Johan Olde",
"test1, test2"
],
"thumbnail_id":null,
"title":"Sintel.mp4",
"updated_at":"2023-01-26T08:53:21.035Z",
"id":"63d23f7a6f8d8d934e000002",
"uploader":{
},
"original_video":{
"http_uri":"cdn0-70011-odedge0.dna.ip-only.net/70011-odedge0/original_videos/5d00b3796f8d8d4d7d000002_63d23f7a6f8d8d934e000002.mp4?r=1674723201",
"size":190612452
},
"transcodings":[
{
"progress":1.0,
"size":107428518,
"state":"ready",
"title":"Streamio HQ 480p",
"http_uri":"cdn0-70011-odedge0.dna.ip-only.net/70011-odedge0/videos/5d00b3796f8d8d4d7d000002_63d23f7a6f8d8d934e000002_streamio-hq-480p.mp4?r=1674723201",
"hls_uri":"cdn0-70011-odedge0.dna.ip-only.net/70011-odedge0/StreamioHLS/streamio-production/streamio-production/videos/5d00b3796f8d8d4d7d000002_63d23f7a6f8d8d934e000002_streamio-hq-480p.mp4/playlist.m3u8?r=1674723201",
"rtmp_uri":null,
"rtmp_base_uri":null,
"rtmp_stream_uri":null,
"width":1126,
"height":480,
"bitrate":938,
"id":"63d23f7a6f8d8d934e000003"
},
{
"progress":1.0,
"size":53940826,
"state":"ready",
"title":"Streamio SD 360p",
"http_uri":"cdn0-70011-odedge0.dna.ip-only.net/70011-odedge0/videos/5d00b3796f8d8d4d7d000002_63d23f7a6f8d8d934e000002_streamio-sd-360p.mp4?r=1674723201",
"hls_uri":"cdn0-70011-odedge0.dna.ip-only.net/70011-odedge0/StreamioHLS/streamio-production/streamio-production/videos/5d00b3796f8d8d4d7d000002_63d23f7a6f8d8d934e000002_streamio-sd-360p.mp4/playlist.m3u8?r=1674723201",
"rtmp_uri":null,
"rtmp_base_uri":null,
"rtmp_stream_uri":null,
"width":844,
"height":360,
"bitrate":469,
"id":"63d23f856f8d8d8bec000003"
}
],
"subtitles":[
],
"screenshot":{
"thumb":"cdn0-70011-odedge0.dna.ip-only.net/70011-odedge0/images/5d00b3796f8d8d4d7d000002_63d23f7b6f8d8d934e000004_thumb.jpg?r=1674723199",
"original":"cdn0-70011-odedge0.dna.ip-only.net/70011-odedge0/images/5d00b3796f8d8d4d7d000002_63d23f7b6f8d8d934e000004_original.jpg?r=1674723200",
"normal":"cdn0-70011-odedge0.dna.ip-only.net/70011-odedge0/images/5d00b3796f8d8d4d7d000002_63d23f7b6f8d8d934e000004_normal.jpg?r=1674723201"
}
}"r"
view raw video.json hosted with ❤ by GitHub

Examples

A simple show

Just GET it.

curl -u username:password \
     https://streamio.com/api/v1/videos/4c483ea1bf4b9802c5000029.json