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

# Getting started

## Accessing the API

The Bizzy Public API allows you to fetch our data directly in your application. We use a straightforward REST API.
You can obtain your API key by contacting your Bizzy account manager.

## Authentication

All requests must include a bearer token in the Authorization header.

```json theme={null}
{
  "Authorization": Bearer YOUR_TOKEN_HERE
}
```

## Base URL

[https://api.bizzy.ai](https://api.bizzy.ai)

## Postman collection

[https://drive.google.com/file/d/18yoSdt0n3qq5whueXrJK51pl9syszp5O](https://drive.google.com/file/d/18yoSdt0n3qq5whueXrJK51pl9syszp5O)

## Support

For any questions or issues, please contact our support team at [support@bizzy.ai](mailto:support@bizzy.ai).
