Lummo API
Lummo API documentation
Public REST surface for Lummo on lummo.ar. Versioned under /api/v1 with OpenAPI 3.1, sandbox, and self-serve free keys.
Specs
Versioning & deprecation
Stable path version: /api/v1/. Breaking changes ship as /api/v2/ or a documented Lummo-API-Version header. Deprecated operations return Deprecation: true and Sunset (≥ 90 days notice).
Zero-auth endpoints
GET /api/v1/healthPOST /api/v1/sandbox/echoPOST /api/v1/keys— free tierPOST /api/v1/newsletterPOST /api/v1/lummito/chat
Example
curl -sS https://lummo.ar/api/v1/sandbox/echo \
-H 'Content-Type: application/json' \
-d '{"message":"ping"}'
