a

api.video

by api.video

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.

entertainmentapi

Quick Reference

Base URL 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
Pricing
28
Latency
30
Depth
68

Authentication

Bearer token in the Authorization header

Authorization: Bearer YOUR_TOKEN

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free: 30-day trial. Pay-as-you-go from $0.0025/min storage. Starter $49/mo.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://ws.api.video/account' \
  -H 'Authorization: Bearer YOUR_TOKEN'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official api.video documentation.