latestOpenAPI 3.1.02026-08-12154749.3 KB

ebb545e26e94

Voice Change

Lists voice packs available to the user

Helps to find pack_id for /change_voice/ endpoint.

post/api/v1/voice_packs/list/

Response

OK

Example response

{
  "packs": [
    {
      "name": "Professional Narrator Voice Pack",
      "pack_id": "f5dc9452-9374-4418-9288-02825bbd0016",
      "created": 1672531199
    }
  ]
}