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

# Authentication

{% hint style="info" %}
API Keys are tied to the Birdie user account for which they were created, and provides the same level of access that a user would have in its Team workspace. Restricted folders videos and Personal videos will always be excluded from the results.
{% endhint %}

## Get your API key

You can get 2 types of API Keys:&#x20;

* A Personal API Key linked to your profile (if your profile is removed the token will be deleted).\
  → go to your [Profile settings](https://app.birdie.io/user/profile) to generate a Personal API Key.&#x20;
* A Workspace API Key that will authenticate on behalf the whole Workspace, this key won't be linked to a particular user profile. \
  Note: You need to be a Team ***administrator*** to issue these keys.\
  → go to your [Integrations settings](https://app.birdie.so/team) to generate a Workspace API Key.

## How to use your API key

Once you have created your API Key, you can use it to make requests to the API. Requests are authenticated using HTTP Bearer Authentication. You must provide the access token in the Authorization header:

```
Authorization: Bearer {API_KEY}
```
