v1
latestOpenAPI 3.1.02026-07-2627084.1 KBGenerate Sound Based on Given Prompt
Creates an audio file based on a textual prompt. The generation process is asynchronous and returns a task ID for tracking.
post/v1/sound_generator
Response
Successfully initiated sound generation
Example response
{
"success": true,
"task_id": "soundgen789",
"conversion_id": "conv456",
"eta": -1,
"credit_estimate": 100.1,
"message": "Successfully published to queue"
}