mirelo_text_to_sfx_submit
Generate sound effects from text prompts by submitting an asynchronous job. Obtain a job ID and URL to track progress and retrieve results.
Instructions
Submit an asynchronous Text-to-SFX generation job and return the job id and job URL for later polling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | No | Whether the output should loop seamlessly. Default false. | |
| prompt | Yes | Text prompt to generate audio from (1-5000 characters). | |
| duration_ms | No | Output duration in milliseconds. Integer. When loop is false: 1000-60000; when loop is true: 3000-600000. Default 60000. | |
| num_samples | No | Number of samples to generate. Integer >= 1. Default 1. | |
| model_version | No | Mirelo model version. One of "v1.5" or "v1.6". Omitted or empty resolves to "v1.6". |