cURL
curl --request GET \ --url https://api.example.com/api/audio/stt/providers
[ { "id": "<string>", "name": "<string>" } ]
Get list of available STT providers, optionally filtered by language.
Filter to providers that support this language code
Successful Response