Divide una pista en stems de voz e instrumental, o en hasta doce stems de instrumentos individuales.
~1-2 min
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "separate-vocals",
"prompt": "A beautiful sunset over the ocean",
"type": "SEPARATE_VOCALS"
}'Consigue tu clave de API en el portal para desarrolladores.