Skip to content

Watch API | Meta Endpoints

The meta endpoints retrieve configurations that are common across all the users of a product. This information is crucial for streaming applications to build on.

API Description
Endpoint Set API Returns to the client (streaming application) a list of all necessary API endpoints for seamless integration.
Product Config API This API provides configuration details for the specified product, including supported authentication mechanisms, signup permissions, maximum session duration, and other relevant settings.

Canonical Naming of APIs

To ensure that developers do not hardcode the API end points and also allows Indee to upgrade end points to fix minor bugs and issues, Indee provides a Meta API endpoint that wraps the actual URLs into a set of canonical names. These canonical names should be used by front end developers in their applications instead of the URL endpoint. During the client startup, a call to the meta API will provide the list of canonical endpoints and their corresponding API URL. To learn more, see Canonical Naming