Speech-To-Text Current Usage


This request returns the total Speech-To-Text seconds used in the current month for the tenant.

The usage represents the accumulated number of processed seconds since the start of the current month. The value resets at the beginning of each new month.

Usage Example

Suppose the following conditions:

Used Seconds This Month

845

The current usage is:

845 seconds

Resource

GET /speechtotext/current_usage

Parameters

None

Payload

None

Response

Object Response < Long >

Context

Authorization

Administrator

Errors

Example

Request
GET https://xelion.nl/api/v1/master/speechtotext/current_usage
Response
{
  "object": 845,
  "links": [
    {
      "rel": "self",
      "href": "https://xelion.nl/api/v1/master/speechtotext/current_usage",
      "method": "GET"
    }
  ]
}