---
title: "Get project voices"
method: GET
path: "/projects/{id}/voices"
tags: ["Projects"]
---

# Get project voices

`GET /projects/{id}/voices`

Lists the voices assigned to a project.

## Response `200`

successful

- VoiceModel[]
  - `id` integer — Unique identifier for the object
  - `name` string — The name of the voice
  - `type` 'premade' | 'instant' | 'professional' | 'generated' — The type of the voice
  - `status` 'draft' | 'recording' | 'processing' | 'review' | 'enabled' | 'deprecated' | 'disabled' | 'unavailable' — The status of the voice
  - `preview_statuses` 'processing' | 'processed' — The preview status of the voice for its primary language
  - `speaker` object, nullable — The speaker of the voice
    - `id` integer — Unique identifier for the object
    - `first_name` string — The first name of the speaker
    - `last_name` string — The last name of the speaker
    - `image_url` string, nullable — The image URL of the speaker
    - `created` string, date-time — Time at which the object was created (ISO 8601)
    - `updated` string, date-time — Time at which the object was updated (ISO 8601)
  - `script_ids` integer[] — The script IDs associated with the voice
  - `speaking_rate` integer — The speaking rate of the voice
  - `multilingual_mode` boolean
  - `expressiveness` number, nullable
  - `use_speaker_boost` boolean, nullable
  - `similarity_boost` number, nullable
  - `style` number, nullable
  - `languages` object[] — The languages supported by the voice
    - `code` string — The ISO 639-1 code of the language
    - `name` string — The name of the language
    - `accent` string, nullable — The accent of the language
    - `preview_url` string, nullable — The preview URL of the language
  - `cloning_consent` string, nullable — The cloning consent URL for instant and professional voices
  - `clone_errors` object[] — An array of voice cloning errors in the standard error format
  - `created` string, date-time — Time at which the object was created (ISO 8601)
  - `updated` string, date-time — Time at which the object was updated (ISO 8601)
  - `logo_pattern` integer, nullable — Logo pattern number
  - `logo_color` 'red' | 'green' | 'blue' | 'purple' | 'gray' | 'pink' | 'cyan', nullable — Logo pattern color
  - `gender` 'male' | 'female' | 'neutral', nullable — The gender of the voice
  - `language` string — The language of the voice
  - `secondary_languages` string[] — The secondary languages of the voice
  - `service` string — The source of the voice
  - `model_id` string, nullable
  - `preview_url` string, nullable — The preview URL of the voice
  - `premium` boolean — Whether the voice is premium or not
  - `exclusive` boolean — Whether the voice is exclusive or not
  - `custom` boolean — The custom flag of the voice
  - `additional` boolean
  - `pauses_supported` boolean

---

[API](https://skmtc.net/beyondwords/apis/beyondwords-rest-api.md) · [All operations](https://skmtc.net/beyondwords/apis/beyondwords-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beyondwords/beyondwords-rest-api/revisions/8c4bfe3e2ebd/schema)
