Text-To-Speech Credits
This request calculates the remaining Text-To-Speech credits based on your usage.
Usage Example
Suppose the following conditions:
Total Credits | Used Characters |
---|---|
10000 |
32 |
The remaining credits are calculated as:
10000 - 32 = 9968
Resource
GET /texttospeech/credits
Parameters
None
Payload
None
Response
Object Response < integer >
Context
Authorization |
Administrator |
Errors
Example
Request
POST https://xelion.nl/api/v1/master/texttospeech/credits
Response
{
"object": 9968,
"links": [
{
"rel": "self",
"href": "http://www.xelion.nl/api/v1/master/texttospeech/credits",
"method": "GET"
}
]
}