VideoInsights Logo

Rest API


We support a REST API if you do not want to use our Python SDK.
The functionality is the same, but requires you to code the HTTP logic yourself.

Note: Documentation for the REST API is also sparse as it is currently being updated.


Authentication

Follow the instructions on the Getting Access page to obtain an API key. This API key is required for all requests to the API and must be passed in the X-API-Key request header


Methods

You can find all available methods in the Swagger UI.