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
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/embeds | List embeds |
POST | /v1/embeds | Create an embed |
GET | /v1/embeds/{embedId} | Get an embed |
PATCH | /v1/embeds/{embedId} | Update an embed |
POST | /v1/embeds/{embedId}/archive | Archive or reactivate an embed |
GET | /v1/embeds/{embedId}/playback | Get the playback payload |