Endpoint
Request body
| Field | Type | Required | Description |
|---|---|---|---|
clip_id | string | Yes | Clip ID to process. Obtain from Upload Audio (data.clipId) or a completed generation task (results[].id). |
vocal_start_s | float | No | Start time (seconds) of the section to process. Default 0. |
vocal_end_s | float | No | End time (seconds) of the section to process. Default: full clip. |
Response
| Field | Type | Description |
|---|---|---|
id | string | Stem separation job ID |
source_clip_id | string | The original clip ID |
status | string | "complete" when successful |
vocal_audio_url | string | URL of the extracted vocal audio file |
vocal_start_s | float | Actual start time processed |
vocal_end_s | float | Actual end time processed |
Example
The
vocal_audio_url from this endpoint can be used as chop_sample_clip_id in the Add Vocals endpoint.