Skip to main content
Find sound effects by describing the moment you’re scoring — “whoosh for a scene change”, “cash register cha-ching”, “soft notification chime” — and get back ranked SFX, each with a pre-signed download URL. It’s the same semantic search behind background music: set type=sound_effects on GET /v3/audio/sounds and describe what you want in plain language.

Search the Catalog

Send a GET request to /v3/audio/sounds with a natural-language query and type=sound_effects:
Response

Query Parameters

Response Fields

Each audio_url is a pre-signed link with a limited lifetime. Download the file (or hand the URL to a downstream step) soon after searching rather than caching it for later.

Paginate Through Results

When has_more is true, pass the returned next_token as the token parameter to fetch the next page:

Full Example

If your integration validates the type field in responses against an enum, add sound_effects to it — the changelog entry for this release has the full migration note.