Setup Mureka

December 2, 2024

Table of contents

  1. Step 1 • Create Mureka account
  2. Step 2 • Locate your Mureka token
  3. Step 3 • Locate your Mureka account
  4. Configure Mureka API account
  5. Verify account and token values

Approximately 5 minutes to complete setup steps.


Mureka AI, a music generation service from Chinese tech giant Kunlun Tech featuring proprietary SkyMusic 2.0 model and positioned to compete with Suno and Udio. Mureka AI creates unique songs based on user-provided lyrics or description (AI-generated lyrics), selected musical styles, and references to specific vocals and songs, including those uploaded by the user.

Step 1 • Create Mureka account

Create a Mureka AI account if you don’t have one already.

Step 2 • Locate your Mureka token

Mureka tokens expire after 30 days. You will need to repeat the process described below every 30 days.

Open Chromium-compatible browser (e.g. Google Chrome, Microsoft Edge or Opera) and navigate to https://mureka.ai.

If you are already logged in to your Mureka account, make sure to log out. This is an IMPORTANT step, do not skip it.

Login to you Mureka account 1.

Once the page is fully loaded, ensure that you’re logged in.

Open Developer Tools by right-clicking on the page and selecting “Inspect Element”.

Select Developer Tools » Network 2:

  • Make sure that All or Fetch/XHR is selected 3.
  • Type /profile in the filter box 4 and hit Enter.
  • You should see a single http call entry as shown below 5, click on that entry.
  • Select “Headers” tab 6.
  • Locate Request Headers Cookie 7 and find skm_session=<token> entry 8.
    This is your token.

As an example above the token is JfEBUlNaQ7tF4YdKaiSqQMahvBHK2sWc.

Step 3 • Locate your Mureka account

Select Developer Tools » Network » Response tab 6:

Locate value of field user_id 7.
This is your account.

As an example above the account is 49999049969809.

Configure Mureka API account

This is a REQUIRED step, you MUST complete it in order to use your Mureka account via our API.

Feel free to use the optional Verify feature below to ensure all the retrieved values above are correct before proceeding.

Finally proceed to POST /accounts/account and configure the Mureka API account using account and token values retrieved above. Once the configuration is posted, you can start using the Mureka API immediately.

Verify account and token values