Custom Image Search Client (stable:1.0)

2025/10/21 • 1 deleted methods

CustomInstance_ImageSearch (removed)
Description The Custom Image Search API lets you send an image search query to Bing and get image results found in your custom view of the web.
Reference Link ¶

⚼ Request

GET:  /images/search
{
X-BingApis-SDK: string ,
Accept: string ,
Accept-Language: string ,
User-Agent: string ,
X-MSEdge-ClientID: string ,
X-MSEdge-ClientIP: string ,
X-Search-Location: string ,
customConfig: string ,
aspect: string ,
color: string ,
cc: string ,
count: integer ,
freshness: string ,
height: integer ,
id: string ,
imageContent: string ,
imageType: string ,
license: string ,
mkt: string ,
maxFileSize: integer ,
maxHeight: integer ,
maxWidth: integer ,
minFileSize: integer ,
minHeight: integer ,
minWidth: integer ,
offset: integer ,
q: string ,
safeSearch: string ,
size: string ,
setLang: string ,
width: integer ,
}

⚐ Response (200)

{
nextOffset: integer ,
value:
[
{
thumbnail: string ,
imageInsightsToken: string ,
imageId: string ,
accentColor: string ,
visualWords: string ,
}
,
]
,
}

⚐ Response (default)

{
errors:
[
{
code: enum ,
subCode: enum ,
message: string ,
moreDetails: string ,
parameter: string ,
value: string ,
}
,
]
,
}