> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/integrations-and-api/api.md).

# API

***

#### **How do I generate an API token?**

In the desktop web app, go to <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Integrations`</mark> and generate a new API token. Use it as a Bearer token in the <mark style="color:$primary;">`Authorization`</mark> header of API requests.

<figure><img src="/files/PplGRyH0MSUZeE9JfWsC" alt=""><figcaption></figcaption></figure>

The base URL is <mark style="color:$primary;">`https://rest.boxhero-app.com`</mark>.&#x20;

#### **Are there API rate limits?**

Yes. To keep the service stable, each endpoint is limited to **5 queries per second**. If you exceed this, you'll receive an error response with rate limit headers.

See [here](https://rest.boxhero-app.com/docs/api) for full endpoint documentation.
