Skip to content

Get video stream by ID

GET
/api/v1/videostreams/{id}

Gets a video stream when provided with an ID.

Parameters

Path Parameters

id*

Video Stream ID

Typeinteger
Required
Example1234567890

Responses

OK
application/json
JSON
{
"annotator_list": [
{
"display_name": "Coral Fischer",
"id": 1234567890,
"role": "annotator"
}
],
"capturesource": {
"id": 1234567890,
"name": "Stony Point Cuttle Cam"
},
"endTime": "2023-05-25T16:30:00Z",
"id": 1234567890,
"startTime": "2023-05-25T08:00:00Z",
"stream_url": "https://www.youtube.com/watch?v=abcdefghijk",
"timezone": "Australia/Adelaide"
}

Samples