---
title: "The AutoSuggest API lets you send a search query to Bing and get back a list of query suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them."
method: GET
path: "/Suggestions"
tags: ["AutoSuggest"]
---

# The AutoSuggest API lets you send a search query to Bing and get back a list of query suggestions. This section provides technical details about the query parameters and headers that you use to request suggestions and the JSON response objects that contain them.

`GET /Suggestions`

## Query parameters

- `cc` string
- `mkt` string
- `q` string, required
- `safeSearch` 'Off' | 'Moderate' | 'Strict'
- `setLang` string
- `ResponseFormat` string[]

## Headers

- `X-BingApis-SDK` 'true', required
- `Accept` string
- `Accept-Language` string
- `Pragma` string
- `User-Agent` string
- `X-MSEdge-ClientID` string
- `X-MSEdge-ClientIP` string
- `X-Search-Location` string

## Response `200`

Success.

- Suggestions — Response base
  - `_type` string, required

## Other responses

- `default` — An error has occurred. Check the response type and/or status code for more details.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-autosuggest.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-autosuggest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-autosuggest/versions/8dbf318909a3/schema)
