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

# Introduction

## Welcome

It's super easy to get started with the API. Create an account on [app.taidalos.com](https://app.taidalos.com) and
get your API key. There is no credit card required, and you get 1,000 credits for free to get started.

Go to [https://app.taidalos.com/integrations](https://app.taidalos.com/integrations) to create the API key after sign-up.

## Authentication

Add the API key to the `Authorization` header.

```curl theme={null}
  --header 'Authorization: <api key>'
```

### Example

```curl theme={null}
curl --request GET \
  --url https://api.taidalos.com/v1/media-searches/{media_search_id} \
  --header 'Authorization: <authorization>'
```
