Create a new Voice URI

PUT {{baseUrl}}/v1/configuration/voiceuri

Allows you to either create a new Voice URI or update an existing one. If an existing voiceUriId is passed in the request, then an update will be performed. If no voiceUriId is passed, then a new Voice URI is created.

Request Body

{"voiceUri"=>{"uri"=>"<string>", "voiceUriProtocol"=>"<string>", "voiceUriId"=>"<integer>", "backupUriId"=>"<string>", "description"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
apikeystringAuthentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under Account Settings. Please use our API quickstart guide for more help.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;voiceUri&quot;:{&quot;voiceUriId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;backupUriId&quot;:&quot;\u003cstring\u003e&quot;,&quot;voiceUriProtocol&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;}}