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

# Authentication

> This page will show you how to set up your bearer token

Our **TMDb API** uses the Bearer Token to interact with our API. Here's how get the bearer token.

<Warning>
  The API key is not functional at the moment, hence you are to work with the
  Read accces token (Bearer token)
</Warning>

<Steps>
  <Step title="Step 1">
    Create your TMDB account.

    * Go to [TMDb](https://www.themoviedb.org/)

    * Click on Sign Up in the top-right corner.

          <img src="https://mintcdn.com/sirjosh/XJ4_sXk1vBhFwFIZ/images/annotely_image1.png?fit=max&auto=format&n=XJ4_sXk1vBhFwFIZ&q=85&s=4c23be63ec2638c1f1c39bece17a7af7" alt="TMDb website" width="1894" height="882" data-path="images/annotely_image1.png" />

    * Fill in the required details (username, email, and password) and complete the registration process.

    * Verify your email address by clicking the link sent to your inbox.
  </Step>

  <Step title="Step 2">
    Request your bearer token

    * In your profile, click on settings

    * scroll to the API tab and click on **"click here"**

          <img src="https://mintcdn.com/sirjosh/XJ4_sXk1vBhFwFIZ/images/annotely_image4.png?fit=max&auto=format&n=XJ4_sXk1vBhFwFIZ&q=85&s=83df77c3d6c780743dbd79fd74eb6a91" alt="setting-tab" width="1894" height="907" data-path="images/annotely_image4.png" />

    * Select the type of API key you wish to register

          <img src="https://mintcdn.com/sirjosh/XJ4_sXk1vBhFwFIZ/images/annotely_image5.png?fit=max&auto=format&n=XJ4_sXk1vBhFwFIZ&q=85&s=8a043236ffd5d055fe45f60a78c09df1" alt="select api key" width="1894" height="907" data-path="images/annotely_image5.png" />

    * Read and agree to the TMDb API terms of use.

    * Fill the necessary details and submit the form and you will see your API key and your read access token also known as bearer token.

          <img src="https://mintcdn.com/sirjosh/XJ4_sXk1vBhFwFIZ/images/annotely_image8.png?fit=max&auto=format&n=XJ4_sXk1vBhFwFIZ&q=85&s=8713e2a3650f47d519a39f1cfd38d9df" alt="API key and Bearer token" width="1894" height="907" data-path="images/annotely_image8.png" />
  </Step>
</Steps>
