Stream

Specifies a live video stream that has been ingested and distributed.

Live StreamingMediaVideoReal-Time

Properties

Name Type Description
channelArn object
health object
playbackUrl object
startTime object
state object
streamId object
viewerCount object
View JSON Schema on GitHub

JSON Schema

ivs-stream-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-schema/ivs-stream-schema.json",
  "title": "Stream",
  "description": "Specifies a live video stream that has been ingested and distributed.",
  "type": "object",
  "properties": {
    "channelArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChannelArn"
        },
        {
          "description": "Channel ARN for the stream."
        }
      ]
    },
    "health": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamHealth"
        },
        {
          "description": "The stream\u2019s health."
        }
      ]
    },
    "playbackUrl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PlaybackURL"
        },
        {
          "description": "URL of the master playlist, required by the video player to play the HLS stream."
        }
      ]
    },
    "startTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamStartTime"
        },
        {
          "description": "Time of the stream\u2019s start. This is an ISO 8601 timestamp; <i>note that this is returned as a string</i>."
        }
      ]
    },
    "state": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamState"
        },
        {
          "description": "The stream\u2019s state. Do not rely on the <code>OFFLINE</code> state, as the API may not return it; instead, a \"NotBroadcasting\" error will indicate that the stream is not live."
        }
      ]
    },
    "streamId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamId"
        },
        {
          "description": "Unique identifier for a live or previously live stream in the specified channel."
        }
      ]
    },
    "viewerCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StreamViewerCount"
        },
        {
          "description": "A count of concurrent views of the stream. Typically, a new view appears in <code>viewerCount</code> within 15 seconds of when video playback starts and a view is removed from <code>viewerCount</code> within 1 minute of when video playback ends. A value of -1 indicates that the request timed out; in this case, retry."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ivs-stream"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.