Get PVC voice sample waveform

Retrieve the visual waveform of a voice sample.

Path parameters

voice_idstringRequired

Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.

sample_idstringRequired
Sample ID to be used

Headers

xi-api-keystringOptional

Response

Successful Response
sample_idstring
The ID of the sample.
visual_waveformlist of doubles
The visual waveform of the sample, represented as a list of floats.

Errors