MINARA

獲取語音設置

GET /v1/voice/settings:當前用戶可調的語音合成設置。

GET /v1/voice/settings

當前用戶可調的語音合成設置。傳入 provider=openai 獲取語音/模型/速度/指令,或傳入 provider=elevenlabs 獲取 ElevenLabs 的語音/模型/調優字段。省略 provider 將返回兼容舊版 ElevenLabs 的結構。

方法GET
路徑/v1/voice/settings
認證設置 GATEWAY_AUTH_TOKEN 時需要 Authorization: Bearer <token>
類別voice

響應體

{ "ok": true, "settings": { "stability": 0.5, "similarityBoost": 0.75, "style": 0.3, "speakerBoost": true, "speed": 0.7 } }

本頁目錄