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 |
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
}
Enter your API key to cancel immediately