GET
/
api
/
v1
/
voices
curl --request GET \
  --url https://api.play.ai/api/v1/voices \
  --header 'Authorization: Bearer <token>' \
  --header 'X-USER-ID: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Your secret API key from PlayAI, formatted as Bearer YOUR_SECRET_API_KEY.

X-USER-ID
string
header
required

Your unique user ID from PlayAI.

Query Parameters

A search query to filter the voices by name.

Response

200
_mintlify/placeholder

A list of all pre-built voices.