---
title: "Get a single voice from the voice library"
method: GET
path: "/v1/accounts/{accountId}/voice-library/{voiceId}"
tags: ["Voice Library"]
---

# Get a single voice from the voice library

`GET /v1/accounts/{accountId}/voice-library/{voiceId}`

## Response `200`

Successful response

- GetVoiceResponse — Response for single voice endpoints.
  - `voice` VoiceResponse, required — A single voice as returned by the public API.
    - `id` string, required — Unique voice identifier
    - `name` string, required — Human-readable voice name
    - `provider` string, required — TTS provider
    - `providerVoiceId` string, required — Voice ID from the TTS provider
    - `config` object, required — Provider-specific voice config
    - `metadata` object — Additional voice metadata
    - `isPolyVoice` boolean — True if this is a Poly-curated voice (vs account-owned)

## Other responses

- `401` — Unauthorized – missing or invalid API key
- `403` — Forbidden – insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/poly/apis/polyai-agents-api.md) · [All operations](https://skmtc.net/poly/apis/polyai-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poly/polyai-agents-api/revisions/76f3c606e395/schema)
