API Overview
Updated at:2025-10-16
Welcome to Baidu AI Cloud VPC. Users can utilize the APIs provided in this document to efficiently manage VPC services.
When calling Baidu AI Cloud’s API for the first time, please watch the API Beginner's Video Guide to quickly master API calling capabilities.
VPC APIs
| API type | Request method | Description |
|---|---|---|
| [/v{version}/vpc](VPC/API Reference/VPC-Related Interfaces/Create VPC.md) | POST | Create VPC |
| [/v{version}/vpc](VPC/API Reference/VPC-Related Interfaces/Query VPC list.md) | GET | Query VPC list |
| [/v{version}/vpc/{vpcId}](VPC/API Reference/VPC-Related Interfaces/Query specified VPC.md) | GET | Query specified VPC |
| [/v{version}/vpc/{vpcId}](VPC/API Reference/VPC-Related Interfaces/Delete VPC.md) | DELETE | Delete VPC |
| [/v{version}/vpc/{vpcId}](VPC/API Reference/VPC-Related Interfaces/Update VPC.md) | PUT | Update VPC |
Subnet APIs
| API | Request method | Description |
|---|---|---|
| [/v{version}/subnet](VPC/API Reference/Subnet-Related Interfaces/Create subnet.md) | POST | Create subnet |
| [/v{version}/subnet](VPC/API Reference/Subnet-Related Interfaces/Query subnet list.md) | GET | Query subnet list |
| [/v{version}/subnet/{subnetId}](VPC/API Reference/Subnet-Related Interfaces/Query specified subnet.md) | GET | Query specified subnet |
| [/v{version}/subnet/{subnetId}](VPC/API Reference/Subnet-Related Interfaces/Delete subnet.md) | DELETE | Delete subnet |
| [/v{version}/subnet/{subnetId}](VPC/API Reference/Subnet-Related Interfaces/Update subnet.md) | PUT | Update subnet |
