api.video
api.video is a cloud video platform for developers to upload, host, transcode, stream, deliver, and analyze on-demand and live video. It also provides project and API-key management through a separate admin API.
api.video exposes two documented HTTP APIs: its main REST video platform API at `https://ws.api.video` and a separate Admin API at `https://admin.api.video`; no public GraphQL, MCP server, or CLI surface was found.
- api.video Admin APIdiscovered
- api.video REST APIdiscovered
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.
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.
Request an Admin API key from api.video customer support. This key is separate from project API keys and is used for the Admin API with HTTP Basic auth, where the key is the username and the password is empty.
conventions · 0/7 published
- integrations.json——
- llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing