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
Suppression
Triggers
TTS
Delete TTS Credential BindingList TTS Credential BindingsList TTS ProvidersUpsert TTS Credential Binding
Users
Utils
Voices
Webhooks
Workflows
API ReferenceTTS

Upsert TTS Credential Binding

PUT
/v1/tts/credentials/{provider_name}

Bind (or replace) the caller's own API key for a TTS provider.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Path Parameters

provider_name*Provider Name

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PUT "https://example.com/v1/tts/credentials/string" \  -H "Content-Type: application/json" \  -d '{    "apiKey": "string"  }'
{  "provider": "string",  "bound": true,  "endpoint": "string",  "modelName": "string"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

List TTS Providers

Previous Page

Users

Endpoints in the Users group.

apiKey*Apikey
awsAccessKeyId?|null
awsSessionToken?|null
awsRegion?|null
endpoint?|null
modelName?|null