Skip to main content

Search autosuggest

GET 

/v0/tracks/search/suggestions

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.

Request

Query Parameters

    term string

    Term for search

Responses

Tracks Search Suggestions response

Schema

    suggestions

    object[]

  • Array [

  • type string

    Possible values: [TEXT, EXTERNAL_SPOTIFY]

  • ]

Loading...