Skip to main content
GET
/
api
/
search
/
suggest
Get search suggestions
curl --request GET \
  --url https://api.example.com/api/search/suggest \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

q
string
required

Search query

Required string length: 1 - 500
limit
integer
default:5

Max results to return

Required range: 1 <= x <= 100

Response

Successful Response

{key}
string