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

# Authorization

> Before getting started, you'll need to generate an API token. This can be done by accessing the dashboard, then navigating to Config > Integrations.

## Authorization

All CDN endpoints are authenticated using Bearer tokens and picked up from the authorization header shown below:

```json theme={null}
'Authorization': 'Bearer {api_token}'
```

## Managed File Delivery

With the Shard Cloud CDN, you can programmatically upload, list, retrieve, and delete files — all served through a global edge network with caching and compression handled automatically.

All actions available on the dashboard are fully supported via the API, with the **same generous limits**.

API Base URL: [https://shardcloud.app/api](https://shardcloud.app/api)
