Generate Presigned Download
GET
/v1/song/{id}/presigned/streamGet presigned url for streaming songs, expires in 1800 seconds. In case of expiration, request for another (either having checks if expired or call before expiration)
Request
Path Params
id
string
required
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"url": "<link to file>"
}
Last modified: 24 days ago