v2

latestOpenAPI 3.0.12026-08-074878134.7 KB
Browse & search

Search autosuggest

The search suggestions endpoint allows your users to get autocomplete suggestions for Epidemic Sound music or external provider music search.

Returns:

  • value: The exact search term to pass to the /tracks/search endpoint.
  • title: Display text to show users in the autocomplete UI.
  • type - Indicates whether this is a search term of type text or external reference URI (e.g., Spotify track).

Usage: When a user selects a suggestion, use the 'value' field as the 'term' parameter when calling /tracks/search to get matching tracks.

get/v0/tracks/search/suggestions

Query parameters

termstring

Term for search

Response

Tracks Search Suggestions response