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

# ⚡️ Quickstart

## Get your API key

Sign up at [VideoSupport](https://app.videosupport.io/signup) and log in to your account.

Head over to the API menu on the right sidebar.

<img src="https://mintcdn.com/videosupport/AD7-Aoox3IlBusts/images/API%20menu.png?fit=max&auto=format&n=AD7-Aoox3IlBusts&q=85&s=c6a51f0cd9360aaa9b56f2e8dbb554dc" alt="API menu" width="300" data-path="images/API menu.png" />

Click on the button `Create a New Set Of Credentials` in order to get your secret token.

These credentials are linked to a specific API version (currently v1).

<img src="https://mintcdn.com/videosupport/AD7-Aoox3IlBusts/images/API%20credentials.png?fit=max&auto=format&n=AD7-Aoox3IlBusts&q=85&s=39158f7895699017e830ae07fc5124a4" alt="API menu" width="700" data-path="images/API credentials.png" />

## Authenticating requests

All requests to the REST API must be authenticated by passing your secret token in the headers of the requests as follows:

`headers["Access-Token"] = "your_secret_token"`

The base URL of the API is the following:

`https://app.videosupport.io/api/:api_version`

Where the api\_version is the version linked to your credential set (currently v1)

💡 Only https requests are accepted.
