Skip to main content
GET
/
api
/
resemble
/
voices
/
{voice_id}
Get Voice
curl --request GET \
  --url http://localhost:8000/api/resemble/voices/{voice_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

voice_id
string
required

Response

Successful Response