Documents

Get Suggestions

GET /v1/suggest/{index public key}

Retrieve search suggestions from the index.

Required Query Parameter

ParameterDescriptionType
termSearch suggestion prefixstring

Optional Query Parameter

ParameterDescriptionTypeNotes
sizeThe number of search suggestions to returnintThe default is 10
languageLimit suggestions to a certain languagestringLanguage name should be a two-letter language code according to the ISO 639-1 standard.
Example: en

Sample Request

https://api.addsearch.com/v1/suggest/1bed1ffde465fddba2a53ad3ce69e6c2?term=api

Response

{
  "suggestions": [
    { "value": "api" },
    { "value": "api call" },
    { "value": "rest api" },
    { "value": "search api" }
  ]
}

FieldDescriptionType
suggestionsTop level, the returned suggestionsObject, array of suggestion key value pairs

Please note that the Search Suggestions API endpoint does not require authentication.

The default rate limit for the Suggestions API is 5 requests/sec from a single IP address. A higher rate limit can be requested from the support.