Skip to main content
Find background music by describing the vibe you want — “upbeat lofi hip-hop”, “tense cinematic riser”, “subtle ambient corporate” — and get back ranked tracks, each with a pre-signed download URL. Search is semantic, not keyword-based, so plain-language descriptions work best.

Search the Catalog

Send a GET request to /v3/audio/sounds with a natural-language query:
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

Searching from an AI agent instead of code? The same catalog is available through the HeyGen MCP via the search_audio_sounds tool.