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
Changes
No recorded changes to this endpoint across all 7 revisions of this API.