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
Key | Datatype | Required | Description |
---|---|---|---|
apikey | string | Authentication 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-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"voiceUri":{"voiceUriId":"\u003cinteger\u003e","backupUriId":"\u003cstring\u003e","voiceUriProtocol":"\u003cstring\u003e","uri":"\u003cstring\u003e","description":"\u003cstring\u003e"}}