elevenlabs / elevenlabs-docs

Documentation for elevenlabs.io/docs
https://elevenlabs.io/docs
54 stars 240 forks source link

Issue on docs - why is response type "any" when adding a voice sample?? It should return the sample_id #323

Open alvinalaphat opened 1 month ago

alvinalaphat commented 1 month ago

Path: /api-reference/edit-voice

alvinalaphat commented 1 month ago

If a user is uploading a larger file, it will need to be chunked into multiple audio samples to be uploaded to the voice id.

If we want to delete that file, we'd have to delete the samples for that file. But it's not easy to have stored those sample ids in the first place when creating the file without grabbing all the samples from a voice after uploading a new file and then looking for a file sample that may or may not perfectly match the sample in our database.