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 one sound effect by ID. This endpoint requires Sound Effects API access.
curl "https://api.soundstripe.com/v1/sound_effects/9999" \
-H "Authorization: Token YOUR_API_KEY" \
-H "Accept: application/vnd.api+json"The response contains the sound effect in data. A missing or inaccessible sound effect returns 404; a key without Sound Effects API access returns 403.