> ## 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.

# Connect API

Push leads to Nexor programmatically.

## Quick example

```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"}'
```

See the [API Reference](/docs/en/api/introduction) for full docs.
