Video
Connector for the video API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://ws.api.video - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_analytics_live_streams_livestreamid— GET /analytics/live-streams/{liveStreamId} — List live stream player sessionsget_analytics_sessions_sessionid_events— GET /analytics/sessions/{sessionId}/events — List player session eventsget_analytics_videos_videoid— GET /analytics/videos/{videoId} — List video player sessionsget_live_streams— GET /live-streams — List all live streamsget_live_streams_livestreamid— GET /live-streams/{liveStreamId} — Show live streamget_players— GET /players — List all players
Inputs
apiKey— your video API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_analytics_live_streams_livestreamid
apiKey: <your key>