music-01
Last updated
Last updated
An advanced AI model that generates diverse high-quality audio compositions by analyzing and reproducing musical patterns, rhythms, and vocal styles from the reference track. Refine the process using a text prompt.
If you donโt have an API key for the Apilaplas API yet, feel free to use our Quickstart guide.
POST /v2/generate/audio/minimax/upload HTTP/1.1
Host: api.apilaplas.com
Authorization: Bearer <YOUR_LAPLASAPI_KEY>
Content-Type: application/json
Accept: */*
Content-Length: 18
{
"purpose": "song"
}
{
"voice_id": "vocal-2025011003141025-d5ZEMxmp",
"instrumental_id": "instrumental-2025011003141125-Akz9eWnD",
"base_resp": {
"status_code": 1,
"status_msg": "text"
}
}
POST /v2/generate/audio/minimax/generate HTTP/1.1
Host: api.apilaplas.com
Authorization: Bearer <YOUR_LAPLASAPI_KEY>
Content-Type: application/json
Accept: */*
Content-Length: 422
{
"lyrics": "##Swift and Boundless \n In the realm of innovation, where visions align, \n\nLAPLAS API's the name, making tech shine. \nIntelligent solutions, breaking the mold, \n\nSwift inference power, bold and untold.\n##",
"model": "music-01",
"audio_setting": {
"sample_rate": 16000,
"bitrate": 32000,
"format": "mp3"
},
"refer_voice": "vocal-2025010100000000-a0AAAaaa",
"refer_instrumental": "instrumental-2025010100000000-Aaa0aAaA"
}
{
"data": {
"status": 1,
"audio": "text"
},
"extra_info": {
"audio_length": 1,
"audio_size": 1,
"audio_bitrate": 1,
"audio_sample_rate": 1
},
"trace_id": "text",
"base_resp": {
"status_code": 1,
"status_msg": "text"
}
}