Common request parameters

更新时间: 2026-01-22 01:20:36

The Alibaba Cloud Vision Intelligence Platform provides Remote Procedure Call (RPC) API operations. All API requests must include common request parameters.

Request example

http://facebody.cn-shanghai.aliyuncs.com/?Signature=NAxwl1W9ROkidJfGeZrsKUXw%2BQ****
&AccessKeyId=testId
&Action=DetectFace
&Format=JSON
&RegionId=cn-shanghai
&SignatureMethod=HMAC-SHA1
&SignatureNonce=313ef0fb-0393-464f-a6e2-59d9ca2585b1
&SignatureVersion=1.0
&Timestamp=2019-10-12T08%3A18%3A18Z
&Version=2019-12-30

Request parameters

Name

Type

Required

Description

Signature

String

Yes

The final signature string for the request. For more information, see Request signature.

AccessKeyId

String

Yes

The ID of the key used to access the service. For more information, see Create an AccessKey.

Action

String

Yes

The name of the API operation to call.

Format

String

No

The format of the response.

Valid values: JSON (default) and XML.

RegionId

String

No

The region that the API supports.

For example, cn-shanghai.

SignatureMethod

String

Yes

The signature method.

The value is HMAC-SHA1.

SignatureNonce

String

Yes

A unique random number for the signature. This number is used to prevent replay attacks. Use a different random number for each request. In Java, use java.util.UUID.randomUUID() to generate the number.

SignatureVersion

String

Yes

The version of the signature algorithm.

The value is 1.0.

Timestamp

String

Yes

The timestamp of the request. Use UTC time in the ISO 8601 standard format: YYYY-MM-DDThh:mm:ssZ.

For example, 2019-10-13T10:00:00Z represents 18:00:00 on October 13, 2019 (UTC+8).

Version

String

Yes

The version of the API. The format is YYYY-MM-DD.

The value is 2019-12-30.

上一篇: Request structure 下一篇: Common response parameters
阿里云首页 视觉智能开放平台 相关技术圈