mirelo_inpaint_audio_submit
Submit an asynchronous job to replace a bounded audio segment with generated audio. Returns a job identifier to check status.
Instructions
Submit an asynchronous Inpaint_Audio (audio-only) job that replaces a bounded audio segment, returning a job identifier to poll with mirelo_job_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio | Yes | The audio Input_Source to inpaint: either { type: "url", audio_url } or { type: "asset", asset_id }. | |
| prompt | No | Optional text prompt guiding the replacement audio. | |
| segment | Yes | The bounded audio span to replace. | |
| num_samples | No | Number of samples to generate; integer >= 1. Defaults to 1. | |
| model_version | No | Model version. Inpaint_Audio is v1.6-only; defaults to "v1.6". |