Autocomplete API

The Autocomplete API is designed to give you suggestions for Search API query values and the number of available records for each suggestion.

It would help to have an active API key and a valid subscription to use the Autocomplete API. If we have a Neuron360 user account, you can log in to the Neuron360 Portal to retrieve it. If you don't have one, no worries; book an appointment with one of our Neuron360 sale representatives to start with a trial.

Endpoint

POST api.neuron360.io/autocomplete

Response

On success (200)

Response FieldDescription
queryThe query parameters of the request.
resultsThe autocomplete data returned ordered. The content will depend on the reveal_all_data value of the query parameters.
paginationThe pagination values, which you can use for further pagination.
transaction_detailAll information related to the transaction.

On error (4XX)

Response FieldDescription
queryThe query parameters of the request.
errorsThe list of errors encountered for this request.
transaction_detailAll information related to the transaction.

Rate Limit

Neuron360 API applies rate limits based on the product used. The rate limits are associated with your account API key.

endpoint
/autocomplete1,500 requests per minute per account / API Key (*)

(*) If you send requests at a higher pace, the API will send an error of too many requests (429).


What’s Next