Skip to main content
GET
/
v1
/
stt-providers
curl "https://api.telzino.com/v1/stt-providers" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "data": [
    {
      "id": "deepgram",
      "name": "Deepgram",
      "description": "Real-time speech-to-text powered by Deepgram Nova"
    }
  ]
}
Use this endpoint to discover valid values for the sttModel field when creating or updating agents.
curl "https://api.telzino.com/v1/stt-providers" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "data": [
    {
      "id": "deepgram",
      "name": "Deepgram",
      "description": "Real-time speech-to-text powered by Deepgram Nova"
    }
  ]
}

Response Fields

FieldTypeDescription
idstringProvider identifier — use this as the sttModel value when creating or updating agents
namestringDisplay name of the provider
descriptionstringBrief description of the provider’s capabilities