🚀 API 2.0 is now live! See our API Reference for details.
🚀 API 2.0 is now live! See our API Reference for details.
Retrieves the available voices grouped by language.
curl --request GET \
--url https://api.nlpearl.ai/v2/Account/Voices \
--header 'Authorization: Bearer <token>'[
{
"language": "<string>",
"voices": [
{
"id": "<string>",
"name": "<string>",
"tags": [
"<string>"
]
}
]
}
]Documentation Index
Fetch the complete documentation index at: https://developers.nlpearl.ai/llms.txt
Use this file to discover all available pages before exploring further.
Specify the authorization token.
For more information, check out the Authorization Guide.
curl --request GET \
--url https://api.nlpearl.ai/v2/Account/Voices \
--header 'Authorization: Bearer <token>'[
{
"language": "<string>",
"voices": [
{
"id": "<string>",
"name": "<string>",
"tags": [
"<string>"
]
}
]
}
]