Request structure

Updated at:

The Content Moderation service supports HTTP and HTTPS requests. Request parameters are included in the URL. Both requests and responses are encoded in the UTF-8 character set.

The following example shows an unencoded URL request:
https://imageaudit.cn-shanghai.aliyuncs.com/?Action=ScanImage&<Common request parameters>
  • https: The communication protocol for the request.
  • imageaudit.cn-shanghai.aliyuncs.com: The endpoint of the Content Moderation service.
  • cn-shanghai: The region ID. For a list of supported endpoints, see Endpoints.
  • Action=ScanImage: The API operation to call.
  • <Common request parameters>: Common request headers that are used for all requests to visual intelligence services. For more information, see Common request parameters.