Request structure
The Image Search service supports HTTP and HTTPS requests. Request parameters must be included in the URL. Both requests and responses are encoded using the UTF-8 character set.
The following example shows an unencoded URL request:
https://imgsearch.cn-shanghai.aliyuncs.com/?Action=CreateImageDb&<Common request parameters>https: The communication protocol.imgsearch.cn-shanghai.aliyuncs.com: The endpoint for the Image Search service.cn-shanghai: The region (RegionId). For more information, see Endpoints.Action=CreateImageDb: The API operation to call.<Common request parameters>: The common request parameters that are used by all API operations for visual intelligence services. For more information, see Common request parameters.