GET
/
api
/
kits
/
v1
/
stem-splits
/
:id
curl --request GET \
  --url https://arpeggi.io/api/kits/v1/stem-splits/:id \
  --header 'Authorization: Bearer <token>'
Authentication was not provided or was invalid.

Returns a single stem splitter job by id.

Headers

Authorization*
String

Bearer <api-key>

Response

Stem Splitter Job

Authentication was not provided or was invalid.