> For the complete documentation index, see [llms.txt](https://docs.gpt4business.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpt4business.ai/getting-started/apis/getting-starter.md).

# Getting starter

API Integration: Getting Started

This guide provides an introduction to our API integration.

Begin by obtaining your API Token from the [API Page](https://admin.gpt4business.ai/en/user/api/token/) .

<img src="https://admin.gpt4business.ai/static/api_docs/img/api-token.7c79bf5ef23c.png" alt="" width="50%">

After copying the API token, include it in the header of each request as follows:

```
Authorization: Token YOUR_API_TOKEN
```
