Chuyển đến nội dung chính
POST
/
projects
/
{projectId}
/
tasks
/
stem-separation
Run stem separation for a project
curl --request POST \
  --url https://api.youka.io/api/v1/projects/{projectId}/tasks/stem-separation \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "splitModel": "mdx23c"
}
'
{
  "projectId": "<string>",
  "taskId": "<string>",
  "projectUrl": "<string>",
  "taskUrl": "<string>"
}

Ủy quyền

Authorization
string
header
bắt buộc

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Tiêu đề

Idempotency-Key
string

Tham số đường dẫn

projectId
string
bắt buộc

Nội dung

application/json
splitModel
enum<string>
bắt buộc
Tùy chọn có sẵn:
mdx23c,
audioshakeai,
audioshake_vocals_lead,
musicai_instrumental_only,
musicai_lead_backing_other,
musicai_with_backing_vocals,
musicai_without_backing_vocals,
uvr_mdxnet_kara_2,
bs_roformer,
mel_band_roformer_instrumental_becruily,
mel_band_roformer_instrumental_instv7_gabox,
demucs

Phản hồi

202 - application/json

Stem separation task accepted

projectId
string
bắt buộc
taskId
string
bắt buộc
projectUrl
string<uri>
bắt buộc
taskUrl
string<uri>
bắt buộc