Get a voice design
Returns the latest version of a voice design, or a specific version when ?version=N is provided. The id parameter accepts either a UUID or the design name.
GET
JavaScript
Path Parameters
The voice design UUID or name.
Query Parameters
Specific version number to retrieve. Defaults to the latest version.
Required range:
x >= 1Response
The requested voice design.
Response envelope for a single voice design with full version detail.
A voice design object with full version detail.
JavaScript