Skip to main content
GET
/
video
/
{camera_id}
Video Feed For Camera
curl --request GET \
  --url https://api.example.com/video/{camera_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

camera_id
integer | null
required

Query Parameters

height
integer | null
width
integer | null
quality
integer | null

Response

Streaming video feed of the specified camera.