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

# Authentication

You need to authenticate to access all the APIs of Poozle both internal and unified APIs. You can generate your token using the following steps.

1. Go to `Settings` page from the left bar.
2. Choose API Keys from the above tabs.
3. Give the key a name, expiry time and click on generate.
   <Frame>
     <img src="https://mintcdn.com/poozle/F5TQfamVlQmEKuBC/images/basic/create_token.png?fit=max&auto=format&n=F5TQfamVlQmEKuBC&q=85&s=ae79428572f3434730a5f35e8eae89ad" width="3024" height="1272" data-path="images/basic/create_token.png" />
   </Frame>
4. Done!!. Copy the token and use in as a Bearer token while calling the APIs.

```bash theme={null}
'Authorization': 'Bearer <token>'
```
