GET
/
voices
/
{voice_id}
curl --request GET \
  --url https://eu-west-1.api.neuphonic.com/voices/{voice_id} \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "voice_id": "<string>",
    "name": "<string>",
    "tags": [
      "<string>"
    ],
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "standard": true
  }
}

Authorizations

X-API-KEY
string
header
required

API Key Authentication. Get your API key from the Neuphonic website.

Path Parameters

voice_id
string
required

The ID of the voice you want to retrieve.

Response

200
application/json
Successful Response
data
object