POST
/
v2
/
search
/
results

Query Parameters

port
integer | null

Body

application/json
market
string
required
tenant
string
required
cursor
string | null

Used for cursor-based pagination. Set it to the cursor from the last response. If not set, will return the first results.

Maximum length: 500
dsid
string | null

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

Minimum length: 1
filters
object[] | null

List of filters to apply to the results.

limit
integer | null

Used for cursor-based pagination. Maximum number of results per response.

Required range: 1 < x < 250
locale
string | null

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

metadata
object | null

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

query
string | null

The search query.

session_id
string | null

Session identifier

Minimum length: 1
sort
object | null

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.

user_id
string | null

User identifier

Minimum length: 1

Response

200 - application/json
displays
object[]
required

The search results.

n_hits
integer
required

Total number of results for this query. Not necessarily exact.

search_request_id
string
required

List of links to content pages that match the search query.

cursor
string | null

Cursor that can be used in the next request to get subsequent results. If this is not set, there are no more results.

Maximum length: 500
debug_info
any | null
filters
object[] | null

Available filters that can be used for filtering in the subsequent request.

sorts
object[] | null

Available methods for sorting the response. Any element from this list can be sent as sort in subsequent requests.