Webex · Example Payload

Webex Generatetexttospeech Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Generatetexttospeech Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "generateTextToSpeech",
  "method": "POST",
  "path": "/telephony/config/textToSpeech/actions/generate/invoke",
  "summary": "Generate a Text-to-Speech Prompt",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "voice": "ashley",
        "text": "Welcome to our service. Please hold while we connect you.",
        "languageCode": "en_us"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "202",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1RFWFRfVE9fU1BFRUNILzMyMDE2NGY0LWU1YTMtNDFmZi1hMzI2LTY3YzA5OGU0MWQxZA"
      }
    }
  ]
}