VOD API

Endpoints for video on demand content.

GET/api/vod

List VOD catalog with available content.

Request

bash
curl "https://stream-api-production-f4f7.up.railway.app/api/vod" \
  -H "X-API-Key: YOUR_API_KEY"
GET/api/vod/:id/streamUses Quota

Get VOD stream URL and DRM configuration.

Parameters

  • id (path) - VOD content ID

Request

bash
curl "https://stream-api-production-f4f7.up.railway.app/api/vod/12345/stream" \
  -H "X-API-Key: YOUR_API_KEY"