Speech-To-Text Free Usage
This request returns the total free Speech-To-Text seconds available for the tenant.
The free usage is calculated as:
600 seconds × number of active user licenses on the tenant
Usage Example
Suppose the following conditions:
| Active User Licenses | Free Seconds Per License |
|---|---|
2 |
600 |
The total free seconds are calculated as:
2 × 600 = 1200
Resource
GET /speechtotext/free_usage
Parameters
None
Payload
None
Response
Object Response < Long >
Context
| Authorization |
Administrator |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/speechtotext/free_usage
Response
{
"object": 1200,
"links": [
{
"rel": "self",
"href": "https://xelion.nl/api/v1/master/speechtotext/free_usage",
"method": "GET"
}
]
}