🗣️ Thai Text-to-Speech (TTS)
🗣️ ระบบแปลงข้อความภาษาไทยเป็นเสียงพูด
Welcome to Thai Text-to-Speech API, an AI product developed by iApp Technology Co., Ltd. Our API converts Thai and English text into natural-sounding speech with high accuracy and speed. The service supports mixed Thai-English sentences and offers multiple voice options.

Try Demo
Getting Started
-
Prerequisites
- An API key from iApp Technology
- Text input in Thai and/or English
- Maximum text length: No specific limit
- Supported output format: MP3, WAV
-
Quick Start
- Fast processing (less than 1 second)
- Natural speech generation
- Support for Thai-English mixed text
-
Key Features
- Natural speech synthesis
- Mixed language support (Thai-English)
- Emoji support
- Number, date, and currency value conversion
- Multiple voice options
- Fast processing time
-
Security & Compliance
- GDPR and PDPA compliant
- No data retention after processing
How to get API Key?
Please visit API Portal to view your existing API key or request a new one.
Code Examples
Sample Request:
- เสียงเด็กผู้ชายน้องไข่ต้ม
curl --location --request GET 'https://api.iapp.co.th/thai-tts-kaitom/tts?text=สวัสดีครับ'
--header 'apikey: {YOUR_API_KEY}'
- เสียง คุณซี ฉัตรปวีณ์ ตรีชัชวาลวงศ์ (@ceemeagain)
curl --location --request GET 'https://api.iapp.co.th/thai-tts-cee/tts?text=สวัสดีค่ะเสียงซีสังเคราะห์มาแล้วค่ะ'
--header 'apikey: {YOUR_API_KEY}'
- เสียงเด็กผู้ชายน้องไข่ต้ม v2
# Thai Only
curl -X POST "https://api.iapp.co.th/thai-tts-kaitom2/tts" \
--header "apikey: YOUR_API_KEY" \
-F "text=สวัสดีครับ น้องไข่ต้ม มาแล้วฮะ พร้อมยินดีให้บริการครับ" \
-F "language=TH" \
--output thai_only.wav
# Thai Mixed with English
curl -X POST "https://api.iapp.co.th/thai-tts-kaitom2/tts" \
--header "apikey: YOUR_API_KEY" \
-F "text=Hello and Welcome. สวัสดีครับ น้องไข่ต้ม มาแล้วฮะ. พร้อมยินดีให้บริการครับ" \
-F "language=TH_MIX_EN" \
--output thai_with_english.wav
Sample Response:
Audio file output (MP3 format). The output audio file can be previewed as below:
- เสียงเด็กผู้ชายน้องไข่ต้ม
- เสียง คุณซี ฉัตรปวีณ์ ตรีชัชวาลวงศ์ (@ceemeagain)
- เสียงเด็กผู้ชายน้องไข่ต้ม v2 (Thai Only)