Documentación

Construye con tu Twin.

Una guía viva para entrenar, consultar e integrar Lumen Twin. Crece a la par que la plataforma.

API pública

Un endpoint. Auth Bearer. Cuota por plan. Disponible en Pro y superiores.

POST/api/public/v1/twin/ask
curl -X POST https://lumentwin.com/api/public/v1/twin/ask \
  -H "Authorization: Bearer lt_live_xxxxxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Draft a polite decline to this meeting request.",
    "context": "weekly investor sync, Friday 9am",
    "autonomy": "assisted"
  }'

Response

{
  "reply": "Hey — appreciate the invite. I'll skip Friday and...",
  "model": "google/gemini-2.5-flash"
}

401

Invalid or revoked API key.

402

Quota exceeded. Upgrade plan.

400

Invalid request body.

429

Rate limit: 60 req/min per key.

Llegan más guías cada semana.

Webhooks, clonación de voz, acciones autónomas, simulaciones y más.

Sigue lo que lanzamos →