Alaya NeW Cloud

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

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