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.
https://ws.api.video
Auth type
Bearer Token
Auth header
Authorization: Bearer YOUR_TOKEN
Rate limit
Based on plan
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://ws.api.video
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)1.62s
(checked Mar 29, 2026)
Builder score
D
45%
builder-friendly
Bearer token in the Authorization header
Authorization: Bearer YOUR_TOKEN
Free: 30-day trial. Pay-as-you-go from $0.0025/min storage. Starter $49/mo.
| Method | Path | Description |
|---|---|---|
| GET | /account |
Show account |
| GET | /analytics/live-streams/{liveStreamId} |
List live stream player sessions |
| GET | /analytics/sessions/{sessionId}/events |
List player session events |
| GET | /analytics/videos/{videoId} |
List video player sessions |
| POST | /auth/api-key |
Authenticate |
| POST | /auth/refresh |
Refresh token |
| GET | /live-streams |
List all live streams |
| POST | /live-streams |
Create live stream |
curl -X GET 'https://ws.api.video/account' \ -H 'Authorization: Bearer YOUR_TOKEN'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official api.video documentation.