v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428140120.9 KB

Inserts metadata into the active stream of the specified channel. At most 5 requests per second per channel are allowed, each with a maximum 1 KB payload. (If 5 TPS is not sufficient for your needs, we recommend batching your data into a single PutMetadata call.) At most 155 requests per second per account are allowed. Also see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/metadata.html">Embedding Metadata within a Video Stream</a> in the <i>Amazon IVS User Guide</i>.

post/PutMetadata

Request body

channelArnstring required

ARN of the channel into which metadata is inserted. This channel must have an active stream.

metadatastring password required

Metadata to insert into the stream. Maximum: 1 KB per request.

Response

Success