cURL
curl --request GET \ --url https://arpeggi.io/api/kits/v1/voice-blender \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 110784, "model1Id": 501, "model2Id": 234, "model3Id": 53, "model4Id": 90, "alpha": 0.1, "alpha2": 0.3, "alpha3": 0.4, "alpha4": 0.2, "status": "success", "outputModelId": 600 }, ... ], "meta": { "currentPage": 1, "firstPage": 1, "firstPageUrl": "/?page=1", "lastPage": 3, "lastPageUrl": "/?page=2", "nextPageUrl": "/?page=3", "perPage": 10, "previousPageUrl": null, "total": 30, } }
Retrieve statuses of voice blender jobs with the Kits API.
<api-key>
Show Data