> For the complete documentation index, see [llms.txt](https://docs.makeshorter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.makeshorter.com/api-integration/configuration.md).

# Configuration

## Getting your API Key and Secret Key

Before start integration, you need to get your api key and secret key from makeshorter panel. &#x20;

To get api keys login to <https://panel.makeshorter.com>

Go to company page by clicking company icon

![](/files/-Me5RpcrvcSHoQEZA_A5)

&#x20;You can create new API key and Secret Key by clicking Generate New Keys.&#x20;

{% hint style="warning" %}
&#x20;"Generate New Keys" creates new keys and destroy old ones. You can not use old keys anymore. So before click, think twice!&#x20;
{% endhint %}

## Authorization

Makeshorter api does not require an authorization request to start.  All you need is to get your secret key, and send your key to requests in Authorization header.

```
$ curl https://api.makeshorter.com/api/url -u sk_XXXX
```
