---
title: "Send instream metadata for a channel"
method: POST
path: "/channels/{id}/instream-metadata/{uuid}"
tags: ["Channels"]
---

# Send instream metadata for a channel

`POST /channels/{id}/instream-metadata/{uuid}`

## Path parameters

- `id` string, required — Channel ID
- `uuid` string, required — Instream metadata UUID

## Response `200`

Instream metadata accepted

## Other responses

- `413` — Payload too large: the instream metadata payload exceeds the configured maximum size (default 65536 bytes)
- `429` — Too many requests: the per-channel instream metadata rate limit was exceeded

## Changes

- **2026-08-19** `3dc30dd23624` — 2 info
  - added the non-success response with the status `413`
  - added the non-success response with the status `429`

[Change history](https://skmtc.dev/dolby/apis/theolive-api/changes/channels/:id/instream-metadata/:uuid/post.md)

---

[API](https://skmtc.dev/dolby/apis/theolive-api.md) · [All operations](https://skmtc.dev/dolby/apis/theolive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dolby/theolive-api/revisions/6d732ea309d1/schema)
