Getting started

The most basic flow is as follows:

  1. Create an account and log in
  2. Create a Project/Customer
  3. Create a Terrain (e.g., 5×10 plots)
  4. Generate an API Key
  5. Call SLAAAD API from your server with x-api-key header

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.