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

# Introduction

> Documentation about the Nivo API endpoints

## Authentication

All public API endpoints are authenticated using API keys that must be provided by using the `Authorization` header. Available operations include creating upload requests and searching videos within a collection.

You can get your API key from the Nivo dashboard inside account settings.

```json theme={null}
"headers": {
  "Authorization": "<your-api-key>"
}
```
