Sign in

Get OTT video

documented

Retrieve details for a specific OTT video.

GET /videos/{video_id}OTTno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.vhx.tv/videos/{{$video_id}}" \
  -X GET \
  -u "{{VIMEO_API_KEY}}:" \
  -H "Accept: application/json"