GET
/
v1
/
tts
/
history

Authorizations

ganos-api-key
string
headerrequired

Use 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: 0

To 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: 10

The maximum number of TTS history items to return.

Response

200 - application/json
total
integer
required

Total text-to-speech history items.

data
object[] | null