Skip to main content
POST
/
v2
/
search
/
related
{
  "displays": [
    {}
  ],
  "error": "<string>",
  "variant": 123,
  "experiment_id": "<string>"
}

Authorizations

api_key
string
query
required

Headers

x-use-db-display-store
boolean
default:false

Body

application/json
market
string
required
tenant
string
required
filters
SearchFilter · object[] | null

List of filters to apply to the results.

sort
SortModel · object

Specifies the sorting method. By default, the results are ordered by relevance. To find the possible values for this field, query the endpoint and look at the sorts field.

session_id
string | null

Session identifier

Minimum string length: 1
metadata
Metadata · object

Metadata that can be used to modify the behaviour of the search.

locale
string | null

The locale to use for the search. If not set, the default locale will be used.

user_id
string | null

User identifier

Minimum string length: 1
dsid
string | null

Populated for integrations performed by Depict.ai only. Depict.ai Session Id

Minimum string length: 1
query
string | null

The search query.

Response

Successful Response

displays
Displays · object[]
required
error
string | null
variant
integer | null
experiment_id
string | null