curl --request GET \
--url https://prod.featherhq.com/api/v1/stt-configs \
--header 'X-API-Key: <api-key>'
[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"provider": "ASSEMBLY_AI",
"language": [
"<string>"
],
"model": "<string>",
"additionalConfig": {}
}
]
Get all available STT configurations
curl --request GET \
--url https://prod.featherhq.com/api/v1/stt-configs \
--header 'X-API-Key: <api-key>'
[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"provider": "ASSEMBLY_AI",
"language": [
"<string>"
],
"model": "<string>",
"additionalConfig": {}
}
]
List of available STT configurations
The response is of type object[]
.