{
"async_mode": false,
"audio_id": "string",
"property1": "string",
"property2": "string"
}curl --location 'https://aigc.ff-api.cn/suno/midi' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data '{
"async_mode": false,
"audio_id": "string",
"property1": "string",
"property2": "string"
}'{
"success": true,
"task_id": "string",
"trace_id": "string",
"data": {
"state": "string",
"instruments": [
{
"name": "string",
"notes": [
{
"pitch": 0,
"start": 0,
"end": 0,
"velocity": 0
}
]
}
],
"aligned_words": [
{
"word": "string",
"success": true,
"start_s": 0,
"end_s": 0,
"p_align": 0
}
],
"is_streamed": true
}
}