Getting started
The most basic flow is as follows:
- Create an account and log in
- Create a Project/Customer
- Create a Terrain (e.g., 5×10 plots)
- Generate an API Key
- Call SLAAAD API from your server with
x-api-keyheader
API Authentication
GET https://api.slaaad.com/v1/public/terrains/1 Headers: x-api-key: YOUR_API_KEY
For detailed endpoints, see the API reference.