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

# API Reference

> Manage your media content and more.

## Base endpoint

```
https://api.pnplayer.com
```

## Authentication

All API endpoints are authenticated using Bearer token

```shell theme={null}
curl --request GET \
  --url https://api.pnplayer.com/auth/token \
  --header 'ApiKey: YOUR_API_KEY'
```

Reponse body contains JWT token

```json theme={null}
{ token: eyXwd.... }
```
