agents
Get Available Agent Stt Providers
Get the speech-to-text providers available to agents.
Each provider's status is resolved against the current date. Retired providers are omitted unless they match selected_provider, so an agent still saved on a retired provider can render it as a locked field.
get/api/v1/agents/stt/available
Query parameters
selected_providerstring nullable
Response
Successful Response
Example response
[
{
"provider": "Google STT V2",
"display_name": "Google STT V2"
}
]