Skip to main content
POST
/
initialize_speaker
Initialize Speaker
curl --request POST \
  --url https://api.example.com/initialize_speaker
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

speaker
integer
required
skip_reinit
boolean
default:false

Whether to skip reinitialization of a style that has already been initialized

core_version
string

Response

Successful Response

Last modified on May 27, 2026