{
"model": "FUZZ-1.0",
"topic": "string",
"instrumental": false
}
curl --location -g --request POST '{{BASE_URL}}/riffusion/generate/topic' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "FUZZ-1.0",
"topic": "string",
"instrumental": false
}'
{
"jobs": [
{
"id": "a375338b-0e3c-4072-9283-8601e09d0b86"
},
{
"id": "e2e51d01-18bc-455e-9e33-851e0811a29a"
}
]
}