Subspace Institute

TTS Monster API

Generates speech audio from the provided text using TTS Monster's service

POST
/tts-ttsmonster
/tts-ttsmonster

Request Body

application/jsonOptional

text
Required
string

Minimum length: 1Maximum length: 500

voicestring

The TTS Monster voice ID to use

Default: "32a369aa-5485-4039-beb6-4c757e93a197"

token
Required
string

TTS Monster API token for authentication

Minimum length: 1

returnUsageboolean

Whether to return character usage information

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

Audio file containing the generated speech

null