The API call of Alibaba Cloud RTC data service is to send an HTTP request to the data server address and add the corresponding request parameters to the request according to the interface description. After the call is called, the system returns the processing result. The request and response are encoded in UTF-8.
Service Address
The API access address of Alibaba Cloud RTC data service is vdc.cn-shenzhen.aliyuncs.com.
Protocols
You can send requests over HTTP or HTTPS. For security purposes, we recommend that you send requests over HTTPS.
Request syntax
Alibaba Cloud RTC data service request structure is shown as follows:
HTTPMethod /resource_URI_parameters
RequestHeader- HTTPMethod: the method of the HTTP request, such as PUT, POST, PATCH, GET, and DELETE. Currently, all interfaces of the data service only support the POST method.
- resource_URI_parameters: the identifier of the resource to be called, such as
/api/call/describeCallList?xxx=xxx. - RequestHeader: the request headers. In most cases, information such as the API version number, hostname, and authentication information is included. For more information, see Common parameters.
For more information about request examples, seeProcedure.
Encoding
The request and response are encoded in UTF-8.
该文章对您有帮助吗?