# api.video **Provider:** api.video **Category:** entertainment **Base URL:** `https://ws.api.video` **Auth:** bearer — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://ws.api.video ## Description api.video is an API that encodes on the go to facilitate immediate playback, enhancing viewer streaming experiences across multiple devices and platforms. You can stream live or on-demand online videos within minutes. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://ws.api.video/account` | Show account | | GET | `https://ws.api.video/analytics/live-streams/{liveStreamId}` | List live stream player sessions | | GET | `https://ws.api.video/analytics/sessions/{sessionId}/events` | List player session events | | GET | `https://ws.api.video/analytics/videos/{videoId}` | List video player sessions | | POST | `https://ws.api.video/auth/api-key` | Authenticate | | POST | `https://ws.api.video/auth/refresh` | Refresh token | | GET | `https://ws.api.video/live-streams` | List all live streams | | POST | `https://ws.api.video/live-streams` | Create live stream | ## Authentication Bearer token in the Authorization header ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl -X GET 'https://ws.api.video/account' \ -H 'Authorization: Bearer YOUR_TOKEN' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 30-day trial. Pay-as-you-go from $0.0025/min storage. Starter $49/mo. --- *Source: [API Map](https://apimap.dev/apis/api-video/) — CC BY 4.0*