{
"model": "FUZZ-1.0",
"lyrics": "string",
"tag": "string",
"title": "string",
"instrumental": false,
"morph": {
"riff_id": "string",
"audio_upload_id": "string",
"transform": "cover",
"normalized_lyrics_strength": 0,
"normalized_sound_prompt_strength": 0,
"normalized_weirdness": 0,
"normalized_cover_strength": 0,
"normalized_variation_strength": 0,
"crop_end_at": 0,
"replace_start_at": 0,
"replace_end_at": 0,
"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": "FUZZ-1.0",
"lyrics": "string",
"tag": "string",
"title": "string",
"instrumental": false,
"morph": {
"riff_id": "string",
"audio_upload_id": "string",
"transform": "cover",
"normalized_lyrics_strength": 0,
"normalized_sound_prompt_strength": 0,
"normalized_weirdness": 0,
"normalized_cover_strength": 0,
"normalized_variation_strength": 0,
"crop_end_at": 0,
"replace_start_at": 0,
"replace_end_at": 0,
"duration": 0
}
}'
{
"jobs": [
{
"id": "989aff28-4df4-48d9-8ea3-92b746b4b765"
},
{
"id": "322ebfd9-fefe-4728-a47a-c5825d7f0c2e"
}
]
}