---
title: "The Image Detail Search API lets you search on Bing and get back insights about an image, such as webpages that include the image. This section provides technical details about the query parameters and headers that you use to request insights of images and the JSON response objects that contain them. For examples that show how to make requests, see [Searching the Web for Images](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/search-the-web)."
method: GET
path: "/images/details"
tags: ["ImageDetailSearch"]
---

# The Image Detail Search API lets you search on Bing and get back insights about an image, such as webpages that include the image. This section provides technical details about the query parameters and headers that you use to request insights of images and the JSON response objects that contain them. For examples that show how to make requests, see [Searching the Web for Images](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/search-the-web).

`GET /images/details`

## Query parameters

- `cab` number, float
- `cal` number, float
- `car` number, float
- `cat` number, float
- `ct` 'Rectangular'
- `cc` string
- `id` string
- `imgUrl` string
- `insightsToken` string
- `modules` string[]
- `mkt` string
- `q` string, required
- `safeSearch` 'Off' | 'Moderate' | 'Strict'
- `setLang` string

## Headers

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

## Response `200`

Success.

- ImageInsights — 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-imagesearch.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-imagesearch/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-imagesearch/versions/cb63886a7805/schema)
