Taigi AI TTS API Application and Usage

📦 Plan details and application

You can enter up to 500 characters at a time

Plan name Monthly fee Usage count Purpose Apply
Lite 🌱 ... 1000 times Personal / Learning
Standard 📚 ... 5,000 times Development / Small-scale commercial use
Business 🏢 ... 5,001 times or more Corporate / Large-scale commercial use

🚀 How to use the API

Once your API key is issued, you can use it like this:

curl -X POST https://test_taigi/tts \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"text": "你好"}'

Example response:

{
  "audio_url": "https://test_taigi.wav",
  "processing_time": 0.145,
  "real_time_factor": 0.062
}

📤 Cancel subscription

Enter your API key to cancel immediately