# 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

Go to your [Profile settings](https://app.birdie.io/user/profile) to generate an API Key.&#x20;

{% hint style="info" %}
This API Key is a Personal Token, linked to your account: every request is made on your behalf (you or the user who issued this token), and remains valid as long as your account exists, unless you revoke it.&#x20;
{% endhint %}

## 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}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.birdie.so/birdie-docs/birdie-api/authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
