Overview

Sections

Theme switcher

Retrieve Stream URL for a Track

Header Parameters

StoreIdstring Required

Unique id of the store.

Authorizationstring Required

Tuned-Hmac generated using the process outlined in Authentication section

Countrystring

ISO-2 Country Code. Defaults to client's home country if not supplied.

session_idstring

A unique GUID for each request for a new play

Query Parameters

qualitystring Required

Quality for Audio/Video track

assetTypestring

The asset type. Supported asset types: aac, m4a, wav, flac, ogg

restrictAssetQualityboolean

Flag to indicate if the stream should be restricted to input asset quality (default is false). If set to true, the API will return a 404 status code if the requested asset quality isn't available

Path Parameters

idstring Required

Tuned Id of the track

Response

200
Object

String containing the signed CDN URL to download the asset. This URL is only valid for 30 seconds in most cases.

Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?