Skip to main content
This guide has not been updated for our v3 API. The endpoints section in the navigation has, though.
Query suggestions is an important part of a smooth and inspiring search journey. Normally it is presented in a drop down as soon as you click on the search input field.

Request

They are queried by a GET request to https://api.depict.ai/v2/search/suggestions with query parameters. The available query parameters are:
  • query (can be empty string)
  • tenant
  • market
  • user_id (optional)
  • sessions_id (optional)

Response

TypeScript