MCPBundler Docs
MCPBundler Docs
Volver al marketplacePrimeros PasosAutenticacionTutorial - De un Bundle a un Agente Conectado
API Reference
Agent A2A Tools
Agent Channels
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Bundler
Bundler Tool
Bundles
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Realtime
Reviews
Roadmap
SCIM
STT
Delete STT Credential BindingList STT Credential BindingsList STT ProvidersUpsert STT Credential Binding
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
API ReferenceSTT

List STT Providers

GET
/v1/stt/providers

List all STT providers registered in the catalog, alphabetically by name.

Response Body

application/json

curl -X GET "https://example.com/v1/stt/providers"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string",    "type": "string",    "model": "string",    "endpoint": "string",    "description": "string"  }]

List STT Credential Bindings

Previous Page

Upsert STT Credential Binding

Next Page