suggest
Get autocomplete suggestions for news search queries as users type, helping refine searches and discover relevant topics quickly.
Instructions
This endpoint is used to get autocomplete suggestions or query predictions as a user types a search query. The endpoint requires the keyword parameter, which represents the partial text entered by the user. You can send a request with the partial text, and the request will generate a JSON response containing a list of relevant autocomplete suggestions for the search query.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | The mandatory parameter to specify the search term | |
| lr | No | language region, ex: en-US |