Skip to main content
GET
/
singers
Singers
curl --request GET \
  --url https://api.example.com/singers
[
  {
    "name": "<string>",
    "speaker_uuid": "<string>",
    "styles": [
      {
        "name": "<string>",
        "id": 123,
        "type": "talk"
      }
    ],
    "version": "<string>",
    "supported_features": {
      "permitted_synthesis_morphing": "ALL"
    }
  }
]

Query Parameters

core_version
string

Response

Successful Response

name
string
required

Name

speaker_uuid
string
required

Character UUID

styles
SpeakerStyle · object[]
required

List of styles

version
string
required

Character version

supported_features
SpeakerSupportedFeatures · object

Supported features of the character

Last modified on May 27, 2026