Limited Access
Access to this resource is limited. Contact our sales team for more information.
Attributes
Attribute | Type | Description |
---|---|---|
title |
| Sound effect title |
description |
| Description of the sound effect |
primary_category |
| The primary category name of the sound effect |
primary_subcategory |
| The primary subcategory of the sound effect |
categories |
| The primary categories of the sound effect |
subcategories |
| The subcategories of the sound effect if any |
duration |
| Duration in seconds |
versions |
|
|
Example
{
"id": "1",
"type": "sound_effects",
"attributes": {
"title": "Thunderstorm",
"description": "Rain falling with thunder.",
"primary_category": "ambiance",
"primary_subcategory": "weather",
"duration": 10,
"versions": {
"mp3": "https://soundstripe.example.com/thunderstorm.mp3",
"wav": "https://soundstripe.example.com/thunderstorm.wav"
}
}
}