---
title: "POST /monitor"
method: POST
path: "/monitor"
---

# POST /monitor

`POST /monitor`

Start monitoring new streams. Supports both simple URL strings and objects with custom IDs

## Request body

- object
  - `streams` union[], required
    - union
      - string
      - object
        - `id` string
        - `url` string, required
  - `stale_limit` number, nullable
  - `monitor_interval` number, nullable

## Response `200`

Default Response

- object
  - `status` string
  - `streams` object[]
    - `id` string
    - `url` string
  - `monitorId` string
  - `stale_limit` number
  - `monitor_interval` number

## Other responses

- `400` — Default Response

---

[API](https://skmtc.net/eyevinn/apis/hls-monitor.md) · [All operations](https://skmtc.net/eyevinn/apis/hls-monitor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eyevinn/hls-monitor/revisions/b4fe05b105f1/schema)
