v1

latestOpenAPI 3.1.02026-07-2627084.1 KB

Generate 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

successboolean
task_idstring
conversion_idstring
etainteger
credit_estimatenumber float
messagestring

Example response

{
  "success": true,
  "task_id": "soundgen789",
  "conversion_id": "conv456",
  "eta": -1,
  "credit_estimate": 100.1,
  "message": "Successfully published to queue"
}