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

# Toggle Recording

> Enable or disable auto-recording

Control recording for outbound calls.

```bash theme={null}
curl -X PUT https://api.60db.ai/dialer/recording \
  -H "Authorization: Bearer your-api-key" \
  -H "Content-Type: application/json" \
  -d '{"enabled": true}'
```
