---
title: "Search autosuggest"
method: GET
path: "/v0/tracks/search/suggestions"
tags: ["Browse & search"]
---

# 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.

## Query parameters

- `term` string

## Response `200`

Tracks Search Suggestions response

- SearchSuggestionsResponse
  - `suggestions` Option[]
    - `type` 'TEXT' | 'EXTERNAL_SPOTIFY'

## Other responses

- `400` — Bad request.
- `401` — Unauthorized. Most likely your access token has expired.
- `403` — Forbidden. Only available for ES Connect tokens or User tokens when the app allows to preview tracks.
- `429` — Rate limit exceeded.
- `503` — Service unavailable

---

[API](https://skmtc.net/epidemicsound/apis/partner-content-api.md) · [All operations](https://skmtc.net/epidemicsound/apis/partner-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epidemicsound/partner-content-api/revisions/c2fa1c98dbc2/schema)
