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

# Base URL

> The base URL for all API requests

All API requests to thePurplebox should use the following base URL:

```bash theme={null}
https://api.thepurplebox.io
```

For example, to send an email via the API:

```bash theme={null}
https://api.thepurplebox.io/v1/send
```
