TTS
Text to Speech History
Retrieves the history of the generated text to speech.
GET
/
v1
/
tts
/
history
Authorizations
ganos-api-key
string
headerrequiredUse the API key generated from our website to programmatically interact with our endpoints. This key authorizes your requests, allowing you to access and utilize our services securely.
Query Parameters
skip
integer
default: 0To navigate through a large collection of history, use this query parameter to fetch items that come after a specified number of skipped entries. This helps you efficiently retrieve the next set of history items.
limit
integer
default: 10The maximum number of TTS history items to return.
Response
200 - application/json
total
integer
requiredTotal text-to-speech history items.
data
object[] | null