List similar Voices

POST
/v1/similar-voices

Returns a list of shared voices similar to the provided audio sample. If neither similarity_threshold nor top_k is provided, we will apply default values.

Request

This endpoint expects a multipart form containing an optional file.
audio_filefileOptional
similarity_thresholddoubleOptional

Threshold for voice similarity between provided sample and library voices. Must be in range <0, 2>. The smaller the value the more similar voices will be returned.

top_kintegerOptional

Number of most similar voices to return. If similarity_threshold is provided, less than this number of voices may be returned. Must be in range <1, 100>.

Response

Successful Response

voiceslist of objects
has_moreboolean
last_sort_idstringOptional