curl --request GET \
--url http://localhost:8000/api/resemble/voices/{voice_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Return a single voice by ID from the cache.
curl --request GET \
--url http://localhost:8000/api/resemble/voices/{voice_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response