Introduction
Using Amplify Video API, you can create and retrieve a video programmatically.
Base URL
https://api.shakr.com/v2/
Headers
Content-Type: application/json
Authorization: Bearer <ACCESS_TOKEN>
Almost all requests must include a Content-Type header with application/json.
Authentication
Almost all endpoints of Amplify Video API requires an access token to authenticate requests. Authentication is performed via bearer auth, so provide your access token to the Authorization field in HTTP header.
Authorization: Bearer <ACCESS_TOKEN>