Skip to main content
GET
/
api
/
audio
/
stt
/
providers
List Stt Providers
curl --request GET \
  --url https://api.example.com/api/audio/stt/providers
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Query Parameters

language
string

Filter to providers that support this language code

Response

Successful Response

id
string
required
name
string
required