{
"item_ids": [
"123"
]
}
curl --location --request POST '/open-apis/v1/lyrics/query' \
--header 'Authorization: Tempo-********************************-3w' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"item_ids": [
"123"
]
}'
{
"status": 200000,
"message": "success",
"request_id": "dae5cadf-71c9-4f83-b26d-8d9800367c7d",
"data": {
"lyrics": [
{
"item_id": "123",
"status": "succeeded",
"title": "Moonlight Whisper",
"lyric": "[Intro]\n\n[Verse]\nThe moonlight passes through layers of clouds, gently falling on your hair\nThe streets at night are empty, only me and my shadow in long loneliness\nThoughts wander like the wind, waiting for enlightenment every moment\nUnder the starry sky, our unsaid words are hidden, so quiet it touches the heart\n\n[Verse]\nThe street corner lights reflect memories, like an unfinished movie\nThe moon hangs in the sky like an eye, witnessing the alternation of loneliness and dreams\nThe wind blows through the streets of memory, that gentle touch still in my heart\nTime passes silently, leaving everything to the fading night\n\n[Inst]\n\n[Chorus]\nThe moon is the poetry of the night, softly telling silent vows\nThe lonely brilliance illuminates the distance, the dream's appearance clear\nIn this silent moment, I quietly let my thoughts fly to the sky\nLet them drift with the starlight, merging into the boundless dark night\n\n[Chorus]\nTurning to look at the sky, it still quietly guards our secrets\nThe flowing moonlight is a gentle guide through the deep dark night\nThere is no distance between you and me, only the intertwined time of heartbeats\nLet this emotion gently echo in the wind\n\n[Inst]"
}
]
}
}