> ## Documentation Index
> Fetch the complete documentation index at: https://docs.braviloai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Conversation - Summary

Genera un resumen IA de la conversación usando el historial de mensajes. Útil para mostrar un "subject line" o preview en una lista de tickets.

Usá `?refresh=true` para forzar la regeneración del resumen (por defecto usa cache).

### Ejemplo

```bash theme={null}
curl -X GET "https://app.braviloai.com/api/conversations/${conversationId}/summary?refresh=true"
```
