License sound effects
POST {{baseUrl}}/v2/sfx/licenses
This endpoint licenses sounds effect assets.
Request Body
{"sound_effects"=>[{"sfx_id"=>"<string>", "subscription_id"=>"<string>", "audio_layout"=>"<string>", "format"=>"<string>", "search_id"=>"<string>"}, {"sfx_id"=>"<string>", "subscription_id"=>"<string>", "audio_layout"=>"<string>", "format"=>"<string>", "search_id"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
RESPONSES
status: OK
{"data":[{"allotment_charge":1,"download":{"url":"https://download.shutterstock.com/gatekeeper/[random-characters]/shutterstock_59656357.mp3"},"sfx_id":"123456789"}],"page":1,"per_page":5,"total_count":123455}