License audio tracks
POST {{baseUrl}}/v2/audio/licenses
This endpoint gets licenses for one or more tracks.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| license | string | License type | |
| search_id | string | The 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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | 
RESPONSES
status: OK
{"data":[{"audio_id":"1","download":{"url":"http://download2.dev.shutterstock.com/gatekeeper/abc/original.wav"}}]}