The Static Encryption Key Configuration API allows you to manage the use of static encryption keys for DRM-protected content. This includes retrieving key usage status, updating settings, and managing key rotation schedules.
Endpoints
Endpoint | Method | Description |
---|---|---|
/drm/use-static-encryption-key | GET | Retrieves the status of static encryption key usage for all Live Slicers. |
/drm/use-static-encryption-key/update | POST | Enables or disables the use of a static encryption key for all Live Slicers. |
/drm/static-key-slicer-ids | GET | Retrieves the list of Live Slicers that use a static encryption key. |
/drm/static-key-slicer-ids/update | POST | Specifies which Live Slicers will use a static encryption key. |
/api/v3/drm/key-rotation-schedule | GET | Retrieves the current rotation schedule for the static encryption key. |
/drm/key-rotation-schedule/create-or-update | POST | Defines or updates the rotation schedule for the static encryption key. |