Docs
REST APIEmbeds

Embeds

Create and manage embeds, playback payloads, domain rules, and transcript search.

An embed connects a video to its player configuration and access rules. Use these endpoints to manage embeds and retrieve the payload consumed by a player.

Core operations

MethodEndpointDescription
GET/v1/embedsList embeds
POST/v1/embedsCreate an embed
GET/v1/embeds/{embedId}Get an embed
PATCH/v1/embeds/{embedId}Update an embed
POST/v1/embeds/{embedId}/archiveArchive or reactivate an embed
GET/v1/embeds/{embedId}/playbackGet the playback payload

On this page