Ingests

Create an engine for an ingest

post/ingests/{id}/engines

Path parameters

idstring required

Ingest ID

Ingest ID

Request body

ingestIdstring

Ingest ID to connect the engine to

namestring required

Name of the engine

regionstring required

Region ID to deploy the engine in

prioritynumber

Engine priority (-100 to 100). Lower numbers mean higher priority

drmboolean

Enable DRM. Only possible when enabled for your organization.

drmProvider'ezdrm' | 'drmtoday'

DRM provider to use. Only possible when your organization has access to the provider. Defaults to the organization default provider.

daiAssetKeystring nullable

DAI asset key

Response

Engine created

Changes

Changed in 4 of the 9 revisions of this API.2216

    • added the new optional request property drmProvider

      new-optional-request-property

    • added the optional property data/drmProvider to the response with the 200 status

      response-optional-property-added

    • added the new optional request property outputs/llHls

      new-optional-request-property

    • added the new optional request property restream

      new-optional-request-property

    • added the optional property data/outputs/llHls to the response with the 200 status

      response-optional-property-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • e289c4e46b972210See the full diff
    • removed the required property data/vision/saturationBoost from the response with the 200 status

      response-required-property-removed

    • removed the required property data/vision/strength from the response with the 200 status

      response-required-property-removed

    • removed the request property vision/saturationBoost

      request-property-removed

    • removed the request property vision/strength

      request-property-removed

    • added the new optional request property vision/contentLightLevels

      new-optional-request-property

    • added the new optional request property vision/contentType

      new-optional-request-property

    • added the new optional request property vision/globalLook

      new-optional-request-property

    • added the new optional request property vision/masteringDisplay

      new-optional-request-property

    • added the new optional request property vision/toneLut

      new-optional-request-property

    • added the optional property data/vision/contentLightLevels to the response with the 200 status

      response-optional-property-added

    • added the optional property data/vision/contentType to the response with the 200 status

      response-optional-property-added

    • added the optional property data/vision/globalLook to the response with the 200 status

      response-optional-property-added

    • added the optional property data/vision/masteringDisplay to the response with the 200 status

      response-optional-property-added

    • added the optional property data/vision/toneLut to the response with the 200 status

      response-optional-property-added

    • the request property atmos/dialnorm became nullable

      request-property-became-nullable