DeerAPI 歌词混曲接口文档:通过 POST /suno/act/lyrics-mashup 将两首歌的歌词智能混合,生成混合歌词供 Mashup 使用。
curl --request POST \
--url https://api.deerapi.com/suno/act/lyrics-mashup \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"lyrics_a": "Sambuy come back bluespawn greenspawn are making you a spawn",
"lyrics_b": "你在站里频频回头\n我在站外舍不得走\n有一种不祥的感受\n今天的离别像分手"
}
'{
"lyrics_request_id": "<string>",
"mashup_id": "<string>",
"response": {
"error_message": "<string>",
"status": "<string>",
"tags": [
"<string>"
],
"text": "<string>",
"title": "<string>"
}
}curl --request POST \
--url https://api.deerapi.com/suno/act/lyrics-mashup \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"lyrics_a": "Sambuy come back bluespawn greenspawn are making you a spawn",
"lyrics_b": "你在站里频频回头\n我在站外舍不得走\n有一种不祥的感受\n今天的离别像分手"
}
'{
"lyrics_request_id": "<string>",
"mashup_id": "<string>",
"response": {
"error_message": "<string>",
"status": "<string>",
"tags": [
"<string>"
],
"text": "<string>",
"title": "<string>"
}
}