MusicAPI
HomeDocs
HomeDocs
  1. Docs
  • Introduction
  • Credits Usage Guide
  • Music API FAQ & Troubleshooting
  • Common Scenarios
  • Error handling
  • sonic
    • Sonic Instructions
    • create music
      POST
    • extend music
      POST
    • concat music
      POST
    • cover music
      POST
    • create persona
      POST
    • create music with persona
      POST
    • upload music
      POST
    • get music
      GET
  • studio(Unavailable)
    • Studio Instructions
    • description mode (Use case1)
      POST
    • extend mode (Use case2)
      POST
    • custom mode (Use case3)
      POST
    • instrumental mode (Use case4)
      POST
    • get music
      GET
  • lyrics generation
    • Make Lyrics
      POST
  • nuro
    • Nuro Instruction
    • Error handling
    • create vocal music
      POST
    • create instrument music
      POST
    • get music
      GET
  • get-credits
    GET
  1. Docs

Introduction

Getting started#

MusicAPI use Sonic model to generate music,which is a powerful music generation model that allows you to create stunning tracks in Custom Mode and Random Mode.
Custom Mode: Generate music based on specific inputs like lyrics, style, and mood, tailored to your needs.
Random Mode: Automatically create unique music with minimal input for a more spontaneous feel.
Integrate MusicAPI into your app to add high-quality, customizable music that will impress your users and enhance their experience.

Features#

Quick and Easy Setup
Packed with Full Features (Create, Lyrics, Music styles...)
No watermark
General Terms and Conditions
Continuous Updates
Tech Support at No Extra Cost

Authorization#

To begin using MusicAPI, you'll first need to get a 'Bearer Token'.
You can find this token code in your Account Setup after you've signed up, and paid a subscription.
This code is necessary whenever you make requests to the API.

Rate Limiting#

We've put in place a rate limiting system that follows a sliding window algorithm.
This means you can make one request every 3 seconds.
This system helps ensure security by preventing misuse or abuse of the service.

Note#

All requests must be made over HTTPS. Calls made over plain HTTP will fail.
All requests must be made with a valid Bearer Token. Calls made without a valid token will fail.

Feedback#

If you have any feedback or suggestions, please contact us at our Telgram channel MusicAPI Channel. You can also find latest features or code examples there.
Modified at 2024-11-24 19:22:44
Next
Credits Usage Guide
Built with