v1
latestOpenAPI 3.0.02026-07-131091452.6 MBsound_effects
License sound effects
This endpoint licenses sounds effect assets.
post/v2/sfx/licenses
Request body
Example request
{
"sound_effects": [
{
"format": "wav",
"sfx_id": "123456789",
"metadata": {
"customer_id": "12345",
"geo_location": "US",
"number_viewed": "15",
"search_term": "dog"
},
"show_modal": true,
"size": "ambisonic",
"subscription_id": "s12345678"
}
]
}Response
OK
Example response
{
"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
}