Voice AI Beta
Task History (All Providers)
Merged task history across all Voice AI Beta providers, newest first. Use provider to filter to a single provider.
Rate limit: 60 requests/minute
get/v1/tts/history
Query parameters
pageinteger
limitinteger
providerstring
Filter by provider: nova, lyra, sirius, vega. Omit for all providers.
Response
Paginated task history
Example response
{
"items": [
{
"id": "0198c2f1-7b7a-7c11-a3f2-3e9d2b1c4a55",
"status": "completed",
"provider": "nova",
"result": "https://files.genaipro.io/0198c2f1.mp3",
"total_length": 1234
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.