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

# Obtaining Your API Key

> Learn how to generate and secure your Dubverse API key

## Generating Your API Key

Follow these steps to create your Dubverse API key:

<Steps>
  <Step title="Access Your Dubverse Account">
    * Visit [https://webapp.dubverse.ai/services/tts](https://webapp.dubverse.ai/services/tts)
    * Log in with your credentials
  </Step>

  <Step title="Navigate to the TTS API Section">
    * Look for "TTS API" in the main navigation menu
    * Click to access the TTS API dashboard
  </Step>

  <Step title="Locate the API Key Management Area">
    Find the section labeled "API Key"
  </Step>

  <Step title="Generate Your New API Key">
    Click the "Create Key" button
    A new API key will be generated instantly
  </Step>

  <Step title="Secure Your API Key">
    * Copy the displayed API key immediately
    * Store it in a secure location (we recommend using a password manager)
  </Step>
</Steps>

## Implementing Your API Key

To authenticate your requests to the Dubverse TTS API, include your API key in the header of each request:

X-API-Key: your\_api\_key\_here

Replace `your_api_key_here` with your actual API key.

## Best Practices for API Key Security

<AccordionGroup>
  <Accordion title="Keep It Confidential">
    * Never share your API key publicly
    * Avoid committing it to version control systems
  </Accordion>

  <Accordion title="Use Environment Variables">
    Store your API key as an environment variable in your development and production environments
  </Accordion>

  <Accordion title="Implement Key Rotation">
    Regularly generate new API keys and update your applications
  </Accordion>

  <Accordion title="Monitor Usage">
    Regularly check your API usage logs for any suspicious activity
  </Accordion>

  <Accordion title="Revoke Compromised Keys">
    If you suspect your key has been compromised, revoke it immediately and generate a new one
  </Accordion>
</AccordionGroup>

## What's Next?

Now that you have your API key, you're ready to harness the power of Dubverse TTS:

<Card title="Make Your First API Call" icon="code" href="/first-call">
  Start converting text to speech
</Card>

## Need Help?

If you encounter any issues during the API key generation process:

* Contact our support team at [friends@dubverse.ai](mailto:friends@dubverse.ai)

We're excited to see what you'll create with Dubverse TTS!
