Limited Access
Access to this resource is limited. Contact our sales team for more information.
Attributes
Attribute | Type | Description |
---|---|---|
title | string | Sound effect title |
description | string | Description of the sound effect |
primary_category | string | The primary category name of the sound effect |
primary_subcategory | string or null | The primary subcategory of the sound effect |
categories | [string] | The primary categories of the sound effect |
subcategories | [string] | The subcategories of the sound effect if any |
duration | number | Duration in seconds |
versions | object |
|
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"
}
}
}