- Get Started
- API Reference
- General Information
- Song
- Instrumental
- Lyrics
- Audio Track Splitting
- Account
- Others
Callback Interface
POST
/your-partner-domain.com/lyrics/callback
Request
Body Params application/json
lyrics
array [object {4}]
required
item_id
string
optional
status
string
optional
title
string
optional
lyric
string
optional
Example
{
"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]"
}
]
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/your-partner-domain.com/lyrics/callback' \
--header 'Content-Type: application/json' \
--data-raw '{
"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]"
}
]
}'
Responses
🟢200OK
*/*
Body
string
optional
Example
success