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

# Create Api Key

> Make your first Api Key

1. Head over to [api-access](https://create.musicfy.lol/api-access) and enter payment details.

2. Create a new API token at [api-access/tokens](https://create.musicfy.lol/api-access/tokens)

The API only responds to HTTPS-secured communications. Any requests sent via HTTP return an HTTP 301 redirect to the corresponding HTTPS resources.

The API returns request responses in JSON format. When an API request returns an error, it is sent in the JSON response as an error key.

## Authentication

You must include an API key in each request as a `Bearer token` in the `Authorization` header.

<CardGroup cols={2}>
  <Card title="Voice Conversion" icon="microphone-lines" href="/api-reference/voice-conversion/create">
    Convert audio to different voices
  </Card>

  <Card title="Text to Music" icon="music" href="/api-reference/text-to-music/create">
    Generate music with a given prompt
  </Card>
</CardGroup>
