🔑Create API Key

In this section you will see how to create the API Key required to download a Song/Beat.


1 - Create an account - Rapidapi

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

  • After clicking the button, it will ask you to select a plan. Here you can choose a paid or free plan. However, each beat downloaded by the studios will be deducted from your Monthly or Daily limit allocated for the Free Plan.

  • 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

    KEY and Server information specially created for you

  • Copy the Private Key created for you in the ‘x-rapidapi-key’ section and open wais-studio/web/public/Config.json and paste it inside the quotes after the equals sign in the ‘api_key’ variable.

    After pasting, check the correctness of the key. It should look like the one above.

  • After copying the domain address in ‘x-rapidapi-host’, find the ‘host’ variable in the wais-studio/web/public/Config.json file and paste it into the quotes on the right side of the equaliser.

    After pasting, check the correctness of the domain. It should look like the one above.

  • 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 wais-studio/web/public/Config.json file.

    • Click on your Rapidapi profile and then look at your url address. After https://rapidapi.com/user/your_username 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.


Last updated