Skip to main content
GET
/
v1
/
search
/
suggest
Search Suggest
curl --request GET \
  --url https://api.example.com/v1/search/suggest \
  --header 'Authorization: Bearer <token>'
{
  "suggestions": [
    {
      "text": "<string>",
      "id": "<string>",
      "link": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

q
string
required
Required string length: 1 - 128
limit
integer
default:8
Required range: 1 <= x <= 10

Response

Successful Response

suggestions
Suggestion · object[]
required