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

# How to Get Your API Key

## Get Your API Key

To use the Vidau OpenAPI, you need to obtain an API key. Follow these steps to get your API key:

1. **Login/Register to Vidau OpenAPI Developer Console**
   * Visit [https://www.superaiglobal.com/](https://www.superaiglobal.com/)
   * If you are a new user, complete the registration process first
   * If you already have an account, log in directly
2. **Create API Key**
   * After logging in, find and click "API Key" in the left menu
   * Click the "Create API Key" button to generate a new API key
3. **Copy and Save API Key**
   * After successful creation, immediately copy your API key
   * **Important Note**: Please save this API Key. You won't be able to view it again after creation
   * It is recommended to save the API key in a secure location, such as a password manager

### Using Your API Key

To authenticate your API requests, include your API key in the Authorization header of your requests:

```
Authorization: Bearer YOUR_API_KEY
```

Replace `YOUR_API_KEY` with the actual API key you generated.

### Security Best Practices

* Keep your API key secure and do not share it publicly.
* Regenerate your API key if you suspect it has been compromised.
* Use environment variables or secure vaults to store your API keys in applications.
