API

Video Processing Platform provides you API endpoints for accessing the data and configuration of the server. There are two types of the API available: REST API, GraphQL API There is also a third, legacy and deprecated type called OData API

Video Processing Platform REST API

The Video Processing Platform REST API is by default available on port 8098. It allows you to configure or perform basic queries in a simpler and more user-friendly way. For more information please visit the REST API in the integration section.

The HTML documentation for the REST API is available here.

Video Processing Platform GraphQL API

Video Processing Platform provides GraphQL API for powerful data querying and subscriptions as a built-in mechanism for consuming realizing notifications. Video Processing Platform GraphQL server is by default available on port 8097.

For more information please visit the GraphQL API in the integration section.