Retrieve a sound effect

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.

Path Params
int32
required

The Sound Effect's ID

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json