Overview
The Vidyard Dashboard API allows you to programatically manage assets in your Vidyard account.
If you are attempting to access one of the endpoints browser side, you may experience a CORS error, such as the following:
Access to XMLHttpRequest at 'https://api.vidyard.com/dashboard/v1/players/uuid=your_uuid/download_links?auth_token=your_auth_token' from origin 'yourPageURL' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Learn how to use the Vidyard Dashboard API.
Solution
Most of our API endpoints require authentication using an API token. We do not store the API token on the browser side as doing so would present a security concern. Instead, you can make calls to these endpoints from the server side.
Learn how to access your Vidyard API tokens.
A few of our endpoints, such as our Oembed endpoints, do not require authentication, and so can be accessed browser side.
For more details on the Dashboard API as well as available endpoints visit our developer documentation.