Webex · Example Payload

Webex Gettexttospeechusage Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Gettexttospeechusage 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": "getTextToSpeechUsage",
  "method": "GET",
  "path": "/telephony/config/textToSpeech/usage",
  "summary": "Get Text-to-Speech Usage",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "noOfApiCalls": 25,
        "maxAllowedApiCalls": 150,
        "usageResetTimestamp": "2026-01-01T00:00:00.000Z"
      }
    }
  ]
}