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

Path Parameters

library_uuid
string
required

Voice library ID

Response

Successful Response

Last modified on May 27, 2026