All Products
Search
Document Center

Drive and Photo Service:Invoking Methods

Last Updated:Sep 01, 2023

Endpoints

The following table describes the endpoints of the Drive and Photo Service (PDS) API.

Network type

Endpoint for identity authentication

Endpoint for access to PDS

Endpoint for management of PDS

Internet

{domainid}.api.aliyunpds.com

{domainid}.api.aliyunpds.com

{regionid}.admin.aliyunpds.com

Virtual Private Cloud (VPC)

N/A

{domainid}.api-vpc.aliyunpds.com

{regionid}.admin-vpc.aliyunpds.com

Communication protocols

You can call the PDS API operations by sending HTTP or HTTPS requests. We recommend that you use HTTPS to ensure higher security for your business.

Request method

You can use the POST method to send requests over HTTP. The request parameters must be included in the request body.

Request and response format

Requests and responses are in the Content-Type: application/json format.

Encoding format

Requests and responses are all encoded by UTF-8.