The Kaax API
Automatizá tus flujos con Kaax desde tu propio sistema: leé los resultados de tus análisis, armá plantillas de reporte, y consultá el estado de tus colas. Autenticación por apiKey, respuestas JSON paginadas y ejemplos en cuatro lenguajes.
Empezá por una guía
Automate a flow
The whole path: from the catalogs to a queryable result, without opening Kaax.
LeerSync results
Pull a whole season into your database without duplicating rows on a re-run.
LeerError handling
The body says what happened. Discarding it is the most expensive mistake you can make against this API.
LeerMapa de la API
Los 15 endpoints públicos. Cada fila lleva a la referencia de su recurso.
| GET | /api/v2/catalogs/report-types | Catalogs |
| GET | /api/v2/catalogs/statistics | |
| GET | /api/v2/catalogs/vegetation-index-defaults | |
| GET | /api/v2/lots | Lots |
| GET | /api/v2/analyses | Analyses |
| GET | /api/v2/templates | Report templates |
| GET | /api/v2/templates/presets | |
| POST | /api/v2/templates | |
| GET | /api/v2/templates/{id} | |
| PUT | /api/v2/templates/{id} | |
| DELETE | /api/v2/templates/{id} | |
| POST | /api/v2/templates/validate-formula | |
| GET | /api/v2/analysis-configs | Analysis configurations |
| GET | /api/v2/queues | Queues |
| GET | /api/v2/queue-runs |
Without writing code
The Kaax MCP connects the platform to agents like Claude, Cursor or Windsurf. You ask for analyses, reports and prescriptions in plain language and the agent makes the calls for you — no apiKey in your code, no client to write.
