get
https://api.soundstripe.com/v1/sound_effects
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve a paginated collection of sound effects. This endpoint requires Sound Effects API access; API keys without that access receive 403.
Use filter[q] for text search and filter[categories] for a comma-separated list of category names or IDs. Prefix a category with - to exclude it. filter[q] values are limited to 512 characters.
curl --get "https://api.soundstripe.com/v1/sound_effects" \
-H "Authorization: Token YOUR_API_KEY" \
-H "Accept: application/vnd.api+json" \
--data-urlencode "filter[categories]=Ambiance,-Transportation" \
--data-urlencode "page[size]=10"See The sound effect object for the returned attributes and signed download URLs.