Skip to content

video streamUrl

Hugo Melder edited this page Oct 17, 2020 · 3 revisions

Example Request

  • If you get the "Asset not ready for playback" response but the content is streamReady use the playbackinfopostpaywall endpoint.
Method

GET

Url

https://api.tidal.com/v1/videos/{id}/streamUrl?countryCode={country}&videoQuality={enum}

videoQuality Enums

AUDIO_ONLY(96kbps MP4)
HIGH(MP4)

Header

authorization: Bearer {access_token}

Example Response

{
  "url": "http://api.tidal.com/v1/videos/53654641/hls/something",
  "videoQuality": "HIGH"
}

TIDALAPI REST Documentation

Artists
Albums
Playlists
Tracks
Videos
Mixes
User
Get
Delete
Add
Pages
Search
Feed
Widevine
Authentication
Clone this wiki locally