---
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

---

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