Request structure

Updated at:

The image segmentation service supports requests over HTTP and HTTPS. Request parameters are included in the URL. Both requests and responses use the UTF-8 character set.

The following example shows an unencoded request URL:
https://imageseg.cn-shanghai.aliyuncs.com/?Action=SegmentCommonImage&<Common request parameters>
  • https: The communication protocol for the request.
  • imageseg.cn-shanghai.aliyuncs.com: The endpoint of the image segmentation service.
  • cn-shanghai: The region ID. For a list of supported domain names, see Endpoints.
  • Action=SegmentCommonImage: The API operation to call.
  • <Common request parameters>: The common request parameters for all visual intelligence service requests. For more information, see Common request parameters.