@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Custom Image Search Client
@base https://api.cognitive.microsoft.com/bingcustomsearch/v7.0
@version 1.0
@auth ApiKey Ocp-Apim-Subscription-Key in header
@endpoints 1
@toc images(1)

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

@end
