curl --location --request GET '/installed_libraries'
{
"property1": {
"name": "string",
"uuid": "string",
"version": "string",
"download_url": "string",
"bytes": 0,
"speakers": [
{
"speaker": {
"name": "string",
"speaker_uuid": "string",
"styles": [
{
"name": "string",
"id": 0,
"type": "talk"
}
],
"version": "string",
"supported_features": {
"permitted_synthesis_morphing": "ALL"
}
},
"speaker_info": {
"policy": "string",
"portrait": "string",
"style_infos": [
{
"id": 0,
"icon": "string",
"portrait": "string",
"voice_samples": [
"string"
]
}
]
}
}
],
"uninstallable": true
},
"property2": {
"name": "string",
"uuid": "string",
"version": "string",
"download_url": "string",
"bytes": 0,
"speakers": [
{
"speaker": {
"name": "string",
"speaker_uuid": "string",
"styles": [
{
"name": "string",
"id": 0,
"type": "talk"
}
],
"version": "string",
"supported_features": {
"permitted_synthesis_morphing": "ALL"
}
},
"speaker_info": {
"policy": "string",
"portrait": "string",
"style_infos": [
{
"id": 0,
"icon": "string",
"portrait": "string",
"voice_samples": [
"string"
]
}
]
}
}
],
"uninstallable": true
}
}