Platform overview

When integrating with the Magine Pro platform, there's several parts that you might be working with. Here's a short overview of of those parts.

Platform API

Our Platform API allows you to manage the platform programmatically. Through this API you can initiate transcoding of VODs, create and update Metadata, manage Users and Offers and much much more. The documentation for it will be here in our developer documentation shortly.

Webhooks

For many reasons, you might want to use our webhooks. This can be either together with using our Platform API, but also as a standalone integration to get information about what's going on in the Platform. Webhooks can e.g. be used to build a custom integration to your own CRM. For more information about how to use our Webhooks, please visit the Webhooks section.

Client API

To build a custom streaming client leveraging the Magine Pro platform, you will use the Client API. It's a combination of REST APIs and GraphQL. This documentation will shortly be available here in our developer documentation.

Web player SDK

When building a custom streaming web site, you will need to use our web player SDK. More info about that can be found in our public Github repository

Raw data exports

If you want to leverage the data generated by the Magine Pro platform and do your own data analysis, you can setup a process to programatically fetch raw data exports every day and import them to your own data warehouse. Documentation of how to set it up will soon end up in this developer documentation, for now it can be found in the Help Center.