Request structure

更新时间:
复制 MD 格式

The Video Enhancement 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://videoenhan.cn-shanghai.aliyuncs.com/?Action=AdjustVideoColor&<CommonRequestParameters>
  • https: The communication protocol for the request.
  • videoenhan.cn-shanghai.aliyuncs.com: The endpoint of the Video Enhancement service.
  • cn-shanghai: The region ID. For more information, see Endpoints.
  • Action=AdjustVideoColor: The API operation to call.
  • <Common Request Parameters>: Common request parameters are included in all API operations for the visual intelligence service. For more information, see Common request parameters.