Query available text to speech models

This method returns a list of available models that can be used for text to speech

Model description

The method returns a JSON array with model description objects.
E.g.

[
   {
      "features": null,
      "name": "en.Z_VCTK_p299",
      "description":"English (Z_VCTK_p299)"
   }
]

Details

Language
Authorization
Header
Click Try It! to start a request and see the response here!