Get Similar Voices
Return voices acoustically similar to a reference voice.
Results are ranked by semantic similarity score (descending) and include the
reference voice's workspace voices and all platform voices. Each result
includes a `similarity_score` between 0 and 1. Optionally filter by one or
more `language` BCP-47 codes (repeat the parameter for OR semantics); up to
16 language values are accepted. Returns 503 when the reference voice has no
embedding yet — retry after the indicated `Retry-After` interval. Prefer this
endpoint over `GET /voices` with manual filtering when building a
"voices like this" recommendation UI.
Authentication
AuthorizationBearer
Clerk JWT token
Path parameters
voice_id
Headers
X-Workspace-Id
Query parameters
limit
Number of similar voices to return (1–50).
language
Repeat for OR, e.g. ?language=en-us&language=ko-kr
Response
Successful Response
data
meta
pagination
Errors
422
Unprocessable Entity Error

