Birdie
HomepageLog inSign up
Birdie API
Birdie API
  • Overview
  • Authentication
  • Pagination
  • HTTP Status & Errors
  • Reference
    • API Reference
      • Get a Recording
      • List Recordings
Powered by GitBook
On this page
  • Get your API key
  • How to use your API key

Authentication

The Birdie API uses Personal access tokens, called API Key, to authenticate requests.

PreviousOverviewNextPagination

Last updated 4 days ago

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.

Get your API key

Go to your to generate an 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}

Profile settings