# Welcome!

Here you'll find all the documentation you need to start using the Muzaic API.

{% hint style="info" %}
Muzaic is a generative AI Soundtrack-as-a-Service. It lets you automatically add custom soundtracks to your videos, presentations, or even games.
{% endhint %}

Muzaic works on the parameters that describe music: intensity, tempo, rhythm, tone and variation. Not only can it adapt to the preset levels of these parameters, but it can also change them over time on command.

## Key features <a href="#key-features" id="key-features"></a>

* **Unique compositions:** Each generated audio is a completely new music composition.
* **True time adjustment:** Possibility of generating songs of an exact given duration.
* **Tags feature for music ordering:** Order the proper music style/mood with our 30 exclusively designed tags.
* **Music personalization:** Make the most of your vision and freely adjust music in 5 musical dimensions: intensity, tempo, rhythm, tone, and variance.
* **Refinement availability:** Use next call to refine your previous request.
* **High audio quality:** Full stereo studio-quality audio with exported 192kbps mp3 files.
* **Max audio file duration:** 1200 seconds.
* **Generation time:** 5-7 seconds per minute of audio.

## Want to jump right in?

Sign in here: <https://adminpanel.muzaic.ai/>

## Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="reference" %}
[reference](https://docs.muzaic.ai/muzaic-api-docs/reference)
{% endcontent-ref %}

{% content-ref url="reference/api-reference" %}
[api-reference](https://docs.muzaic.ai/muzaic-api-docs/reference/api-reference)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.muzaic.ai/muzaic-api-docs/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
