Add SPEKE DRM key provider to a TS muxingAsk AIpost https://api.bitmovin.com/v1/encoding/encodings/{encoding_id}/muxings/ts/{muxing_id}/drm/spekePath Paramsencoding_idstringrequiredId of the encoding.muxing_idstringrequiredId of the TS muxingBody ParamsThe SPEKE DRM key provider to be creatednamestringName of the resource. Can be freely chosen by the user.descriptionstringDescription of the resource. Can be freely chosen by the user.customDatastringUser-specific meta data. This can hold anything.outputsarray of objectsrequiredoutputs*ADD objectcontentIdstringUnique Identifier of the content, will be generated if not setkidstringOptional key identifier, will be generated if not set. For SPEKE DRM Configurations with the same contentId and kid the key provider will provide the same keys.ivstring16 byte initialization vector represented by a 32-character text string. It is mandatory if systemIds contains AES128 or FairPlay.providerobjectrequiredKey provider configuration for SPEKESpekeDrmProvider objectsystemIdsarray of stringsrequiredlength ≥ 1DRM system identifier of the content protection scheme. At minimum one is expected. Not all systemIds are currently supported, support depends on the muxing type. Relates to SPEKE implementation. See https://dashif.org/identifiers/content_protection/systemIds* stringADD stringResponses 201Successful response. defaultError response.Updated 2 months ago