authorization header.md

For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to page URLs; this page is available as Markdown.

Use an authorization header

To gain access to our API, you need an Authorization header with a valid Bearer token. The token is your API key.

{ 'Authorization': 'Bearer <token>' }

{% hint style="info" %} Include this header in every call to our API, and keep it secure. It is your access key.‌ {% endhint %}