Skip to main content
GET
Get Voice Settings

Overview

Returns the current synthesis defaults stored on a voice you own, plus the valid range for each tunable so callers do not have to discover the bounds by trial and error. Different engines expose different settings:
  • BTTS V1: consistency (0-1 float) and expressiveness (0-1 float).
  • BTTS V2: consistency (0-64 integer, lower is more consistent) and expressiveness (0-1 float).
  • BTTS V3: a single boolean boost_language_consistency.
To update these settings, use Update Voice Settings.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
UUID of the voice.

Response

For V1 and V2 voices:
number
number
string
The engine identifier, e.g. BTTS_V2.
object
Valid ranges for the tunables.
For V3 voices:
boolean
string
BTTS_V3.

Docs for agents: llms.txt