# Create Api Key
Source: https://docs.musicfy.lol/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.
Convert audio to different voices
Generate music with a given prompt
# Text to Music
Source: https://docs.musicfy.lol/api-reference/text-to-music/create
POST /generate-music
# Convert Voice
Source: https://docs.musicfy.lol/api-reference/voice-conversion/create
POST /convert-voice
# Get Voices
Source: https://docs.musicfy.lol/api-reference/voice-conversion/get
GET /voices
# API Routes
Source: https://docs.musicfy.lol/api-routes
Start creating with Musicfy
Convert audio to different voices
Generate music with a given prompt
# Help
Source: https://docs.musicfy.lol/help
For any questions reach out to us at [team@musicfy.lol](mailto:team@musicfy.lol) or join our discord server.
# Getting Started
Source: https://docs.musicfy.lol/home
Musicfy provides a public API that lets you utilize several features for your own AI voice cloning and music generation tools.
Convert audio to a list of royalty free voices, or your own voices trained on [https://create.musicfy.lol](https://create.musicfy.lol)
## What we provided
- Convert audio clips to different royalty free & parody voices.
- Generate instrumentals with Text to Music AI.
- Separate stems in an audio track.
## Setting up
Sign up for a free [Musicfy](https://create.musicfy.lol) account and [create your first API token](/api-key).
# Pricing
Source: https://docs.musicfy.lol/pricing
Pricing & Usage Limits for Musicfy
## Pricing & Usage Limits
By default a billing quota cap of \$100/billing period across all API endpoints is placed on each account. Invoices are billed every two weeks. If you have a higher quota need than this please reach out to us at [team@musicfy.lol](mailto:team@musicfy.lol), or join our discord server for faster response times.
Each API response for generating audio will be billed at `$0.07/minute` of generated audio. Only succesful API calls will be billed. Any errors will not incur additional charges.
## 403 response
An HTTP 403 response from our servers indicates there is a failed invoice payment. Until all invoices are paid there will be a temporary suspesion of API Access.