Subspace Institute
Background Decoration

Cartesia TTS API

Generates speech audio from the provided text using Cartesia's Text-to-Speech service

POST
/tts-cartesia

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://edge-workers.laplace.cn/laplace/tts-cartesia" \  -H "Content-Type: application/json" \  -d '{    "text": "Hello, world!",    "token": "string"  }'
null
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}