Lummo

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/health
  • POST /api/v1/sandbox/echo
  • POST /api/v1/keys — free tier
  • POST /api/v1/newsletter
  • POST /api/v1/lummito/chat

Example

curl -sS https://lummo.ar/api/v1/sandbox/echo \
  -H 'Content-Type: application/json' \
  -d '{"message":"ping"}'