Retrieve detailed information about vocal and instrument separation tasks, including status and download links.
type
parameter specified when submitting the task, the query details return different fields:
separate_vocal
type for separation, the response contains the following fields:
originUrl
: Original mixed trackinstrumentalUrl
: Instrumental track without vocalsvocalUrl
: Isolated vocals only tracknull
split_stem
type for separation, the response contains the following fields:
originUrl
: Original mixed trackvocalUrl
: Isolated vocals only trackbackingVocalsUrl
: Isolated backing vocals trackdrumsUrl
: Isolated drums trackbassUrl
: Isolated bass trackguitarUrl
: Isolated guitar trackkeyboardUrl
: Isolated keyboard trackpercussionUrl
: Isolated percussion instruments trackstringsUrl
: Isolated string instruments tracksynthUrl
: Isolated synthesizer trackfxUrl
: Isolated sound effects trackbrassUrl
: Isolated brass instruments trackwoodwindsUrl
: Isolated woodwind instruments trackinstrumentalUrl
: Instrumental track (is null in split_stem type)separate_vocal
type returns instrumentalUrl
and vocalUrl
fields, other instrument fields are nullsplit_stem
type returns detailed instrument separation fields, instrumentalUrl
is nullAll endpoints require authentication using Bearer Token.
Add to request headers:
Authorization: Bearer YOUR_API_KEY
⚠️ Note:
- Keep your API Key secure and do not share it with others
- If you suspect your API Key has been compromised, reset it immediately from the management page
The task ID returned from the Separate Vocals from Music endpoint. Used to retrieve detailed information about a specific vocal separation task, including download URLs for all audio components (original, vocals, instrumental, drums, bass, guitar, piano).
Request successful
The response is of type object
.