API Guide
Alaya NeW Cloud Open APIs follow RESTful conventions and share one authentication, response, and error-code scheme. Browse the reference by product group below.
API groups
Pick the reference for the product you are calling
AI Data Center (AIDC)List the AI Data Centers available to your accountContainer Computing Instance (CCI)中文Full instance lifecycle: create, query, start/stop, ports, images, SSHDistributed Training中文Multi-node training jobs, templates, pods, ports, logs and metricsNAS Storage中文Storage instance create, scale, share, mount and usage APIs
Authentication
Every request carries the authorization header
Authorization: Bearer [YOUR_API_KEY]curl -X GET 'https://api.alayanew.com/api/aidc/v1/list' \
-H 'Authorization: Bearer [YOUR_API_KEY]'Conventions
Response: code is 200 on success, others on failure
Business data lives in data; error messages are returned in message
