Aurion Docs
Api

Get Voice Preview

Generate voice preview audio from AWS Polly.

POST
/api/v1/configuration/voice-settings/preview

Generate voice preview audio from AWS Polly.

AuthorizationBearer <token>

In: header

Query Parameters

voice*string
Match^(Joanna|Matthew|Ivy|Kendra|Kimberly|Salli|Joey|Justin|Amy|Brian|Emma|Celine|Lea|Mathieu|Isabelle|Lotte|Ruben|Marlene|Vicki|Hans)$
text?string
Default"Hello, this is your IT support assistant. How can I help you today?"
Lengthlength <= 200

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/configuration/voice-settings/preview?voice=string"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}