Ingest Points

The Ingest Point API allows you to create and manage ingest points, which serve as URLs where encoders can push video feeds. When an ingest point is associated with a CSL slicer, it publishes a stream based on that feed.


Key Features

  • Create and manage ingest points for video streaming.
  • Retrieve details of ingest points individually or as a list.
  • Update ingest point information such as name or description.
  • Delete ingest points that are no longer needed.

Ingest Point Management

Use the following endpoints to administer ingest points.

Available Endpoints

EndpointDescription
POST /managed-slicer/slicers/ingest-pointsCreate a new ingest point.
DELETE /managed-slicer/slicers/ingest-points/{Ingest Point ID}Delete a specific ingest point.
GET /managed-slicer/slicers/ingest-pointsRetrieve a list of all ingest points.
GET /managed-slicer/slicers/ingest-points/{Ingest Point ID}Retrieve details of a specific ingest point.
PATCH /managed-slicer/slicers/ingest-points/{Ingest Point ID}Update an ingest point’s name or description.