Create Custom Voice Phrase
POST {{apiPath}}/environments/{{envID}}/voicePhrases
Use the POST {{apiPath}}/environments/{{envID}}/voicePhrases
request to create a verify voice phrase in the environment.
Property | Type | Required? |
---|---|---|
displayName | String | Required |
Note that displayName
must be unique within the environment identified by {{envID}}
.
This request creates only a named container for the voice phrase contents. Use Create Custom Voice Phrase Content to add a phrase to speak in a specific language.
Request Body
{"displayName"=>"Brilliant journeys"}
RESPONSES
status: Created
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/voicePhrases/ff5c9066-db46-4c06-92dc-dfd19ab28f52"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"ff5c9066-db46-4c06-92dc-dfd19ab28f52","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"displayName":"Brilliant journeys","createdAt":"2022-08-24T15:51:39.095Z","updatedAt":"2022-08-24T15:51:39.095Z"}