# Create API Key

***

## 1 - Create an account - [<mark style="color:blue;">Rapidapi</mark>](https://rapidapi.com/hub)

Rapidapi is a market with APIs developed and made available by users

* We must create a record on the Rapidapi site. [You can start creating an account from this link](https://rapidapi.com/auth/sign-up).
* After creating an account, go to the [**YouTube MP3 API**](https://rapidapi.com/ytjar/api/youtube-mp36)**.**
* After going to this address, click on the ‘**Subscribe to Test**’ button in the upper right corner.

<figure><img src="/files/4o14T8BEfu3s5ul7LBTP" alt="" width="198"><figcaption></figcaption></figure>

* After clicking the button, it will ask you to select a plan. Here you can choose a **paid** or **free** plan. <mark style="background-color:red;">However, each beat downloaded by the studios will be deducted from your Monthly or Daily limit allocated for the Free Plan.</mark>
* After selecting your plan, click on the ‘**Subscribe**’ button.
* **After clicking the Get Started button, find the following values on the right side of the page that will open in front of you**

  <figure><img src="/files/QhUBeDRUbbXGgZRmbPCA" alt=""><figcaption><p>KEY and Server information specially created for you</p></figcaption></figure>
* Copy the Private Key created for you in the ‘**x-rapidapi-key**’ section and open <mark style="color:yellow;">**wais-studio/web/public/Config.json**</mark> and paste it inside the quotes after the equals sign in the ‘**api\_key**’ variable.

  <figure><img src="/files/yes8O9cFV1zmU9gRnjRF" alt=""><figcaption><p>After pasting, check the correctness of the key. It should look like the one above.</p></figcaption></figure>
* After copying the domain address in ‘**x-rapidapi-host’**, find the ‘**host**’ variable in the <mark style="color:yellow;">**wais-studio/web/public/Config.json**</mark> file and paste it into the quotes on the right side of the equaliser.

  <figure><img src="/files/9GVxiemW8f9aMkXaUpve" alt=""><figcaption><p>After pasting, check the correctness of the domain. It should look like the one above.</p></figcaption></figure>
* As the last step, **enter the user name** of the account you created for **Rapidapi** inside the quotes on the right side of the ‘**username**’ variable in the <mark style="color:yellow;">**wais-studio/web/public/Config.json**</mark> file.
  * **Click on your Rapidapi profile and then look at your url address. After <https://rapidapi.com/user/>**<mark style="color:yellow;">**your\_username**</mark>**&#x20;in the url address is your username. We will use this username.**

**Make sure it is correct, otherwise you may encounter things like 404 error in video downloading.**

***

{% hint style="warning" %}
If the song or beat you are going to download has an age restriction of +18, you cannot download it.
{% endhint %}

{% hint style="success" %}
If you have read everything so far and created a YouTube API correctly, you can check the next steps. Congratulations 🥳🥳🥳
{% endhint %}


---

# 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.0resmon.org/0resmon/wais-resoucres/wais-studio/installation/create-api-key.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.
