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

# Overview

> XVZ Public API

## Base URL

```
https://api.xvz.wtf
```

## Authentication

All public endpoints require an API key:

<CodeGroup>
  ```http Query Parameter theme={null}
  GET /tiktok/video?url=...&api_key=xvz-api-yourkey
  ```

  ```http Header theme={null}
  GET /tiktok/video?url=...
  X-API-Key: xvz-api-yourkey
  ```
</CodeGroup>

## Getting an API Key

Use the panel in our support server click **View API Key** > Create api key, Your key will be in the format `xvz-api-{45 chars}`

## Rate Limits

| Plan    | Daily Requests |
| ------- | -------------- |
| Free    | 200            |
| Premium | 5,000          |

You can buy premium to increase your daily requests
