将分离出的音轨转录为 MIDI 音符数据。
~1-2 min
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "generate-midi",
"prompt": "A beautiful sunset over the ocean",
"type": "GENERATE_MIDI"
}'在开发者门户获取你的API密钥。