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

# Conecta tu API

Envía leads a Nexor programáticamente.

## Ejemplo rápido

```bash theme={null}
curl -X POST https://api.getnexor.ai/api/public/leads \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "Tony Stark", "phone": "+1234567890"}'
```

Consulta la [Referencia API](/docs/es/api/introduction) para documentación completa.
