{
"model": "string",
"lyrics": "string",
"tag": "string",
"title": "string",
"morph": {
"audio_upload_id": "string",
"transform": "string",
"normalized_lyrics_strength": 0,
"normalized_sound_prompt_strength": 0,
"normalized_weirdness": 0,
"normalized_cover_strength": 0,
"normalized_variation_strength": null,
"duration": 0
}
}
curl --location -g --request POST '{{BASE_URL}}/riffusion/generate' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"lyrics": "string",
"tag": "string",
"title": "string",
"morph": {
"audio_upload_id": "string",
"transform": "string",
"normalized_lyrics_strength": 0,
"normalized_sound_prompt_strength": 0,
"normalized_weirdness": 0,
"normalized_cover_strength": 0,
"normalized_variation_strength": null,
"duration": 0
}
}'
{}