License audio tracks

POST {{baseUrl}}/v2/audio/licenses

This endpoint gets licenses for one or more tracks.

Request Params

KeyDatatypeRequiredDescription
licensestringLicense type
search_idstringThe ID of the search that led to licensing this track

Request Body

{"audio"=>[{"audio_id"=>"<string>", "license"=>"<string>", "search_id"=>"<string>"}, {"audio_id"=>"<string>", "license"=>"<string>", "search_id"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;audio_id&quot;:&quot;1&quot;,&quot;download&quot;:{&quot;url&quot;:&quot;http://download2.dev.shutterstock.com/gatekeeper/abc/original.wav&quot;}}]}