Get PVC speaker separation status

Retrieve the status of the speaker separation process and the list of detected speakers if complete.

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-keystringRequired

Response

Successful Response

voice_idstring

The ID of the voice.

sample_idstring

The ID of the sample.

statusenum

The status of the speaker separation.

Allowed values:
speakersmap from strings to optional objectsOptional

The speakers of the sample.

selected_speaker_idslist of stringsOptional

The IDs of the selected speakers.

Errors