video streamUrl - hmelder/TIDAL GitHub Wiki
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"
}