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

# Plantilla activa

> Retorna la plantilla PDF activa.

**Autenticación:** Bearer JWT o API Key — **Headers:** `X-Empresa-Id` (requerido)

```json Response 200 theme={null}
{
  "id": "tpl_abc123",
  "nombre": "Plantilla principal",
  "version": 3,
  "config": { "color_primario": "#1B5EFF", "mostrar_logo": true, "mostrar_detalle_iva": true },
  "updated_at": "2026-04-01T10:00:00Z"
}
```
