# Authorization

Our API uses an API key to authorize your requests.\
Upon successfully registering on [**Typless**](https://app.typless.com), an API key is automatically generated for you.\
If you are logged in, you will see your API key: `Token YOUR-API-KEY`.

You can also obtain your **API key** by:

1. Going to the [Settings](https://app.typless.com/settings/profile) page.
2. Copying the **API key** value under the API key section.

{% embed url="<https://typless-public.s3-eu-west-1.amazonaws.com/videos/copy_api_key.mp4>" %}
Getting your API key
{% endembed %}

{% hint style="warning" %}
📘 <mark style="color:red;">**Authorizing your requests**</mark>

To successfully authorize your request, you must provide the **API key** in the header of your request under the key **Authorization**, and it must be prepended with the word **Token**.
{% endhint %}

What’s Next

Successfully got your API key? Great!\
Let's start using it. Find your use case and put it to the test!
