Subspace Institute

Volcengine TTS API

Generates speech audio from the provided text using Volcengine TTS service

POST
/tts-volcengine
textstring
Length1 <= length <= 1024
voicestring

The voice type to use for speech generation

Length1 <= length
emotion?string

Emote string

lang?string

Language string

appIdstring
Length1 <= length
tokenstring
Length1 <= length
cluster?string

Volcengine Cluster ID

Default"volcano_tts"

Response Body

curl -X POST "https://edge-workers.laplace.cn/laplace/tts-volcengine" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "感谢ドラゴンラプラスWeChat的SC:一发sc没被念到我就冷汗直流心跳加速头皮发麻双手痉挛两腿打颤,还不好意思刷弹幕说你漏了,我好怕你看到了装作没看到。我的sc通常很短只有一小时,只有短短的3600秒,但它存在的时候,我会用心跳来为它倒数。私のBANを解除してください。もう二度とスパムしません😭",
    "voice": "string",
    "appId": "string",
    "token": "string"
  }'
null
{
  "success": false,
  "message": "string",
  "code": "string",
  "type": "string"
}
{
  "success": false,
  "message": "string",
  "code": "string",
  "type": "string"
}