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>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.originsai.ai/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

language
string

Filter to providers that support this language code

Response

Successful Response

id
string
required
name
string
required