Upsert STT Credential Binding
Bind (or replace) the caller's own API key for an STT provider.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
provider_name*Provider Name
Query Parameters
verify_locally?Verify Locally
Default
trueRequest 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/stt/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" } ]}