A
api.video REST API
Details
- URL
-
https://ws.api.video - Docs
- https://docs.api.video/reference
Authentication
Authorization: Basic <credential> Create an account in the api.video dashboard, then in the dashboard open API Keys and copy either your Sandbox or Production API key. The docs say you can switch environment in the dashboard and use the key either directly with HTTP Basic auth or to mint bearer tokens via POST /auth/api-key.
Project API key
api_key=<credential> + Project API key Authorization: Bearer <credential> discovered First obtain a project API key. Then call the Generate an upload token endpoint to mint a delegated upload token for client-side or delegated uploads. The token can have a ttl, or 0 for no expiration.