API Documentation

Thai TTS API Request

Kaitom Voice Request

Kaitom Voice

GET https://api.iapp.co.th/thai-tts-kaitom/tts

Query Parameters

NameTypeDescription

text*

String

Thai-English Text/Sentence Input

Headers

NameTypeDescription

apikey*

String

Your API Key to call this API

Response as audio output. You can save response as a file. The extension can be .mpga, etc)

Kaitom Voice Sample Used Option and Fields Parameter

curl --location --request GET 'https://api.iapp.co.th/thai-tts-kaitom/tts?text={Your Text}' \
--header 'apikey: {Your API Key}'

Cee Thai Celebrity Voice Request

Cee Thai Celebrity Voice

GET https://api.iapp.co.th/thai-tts-cee/tts

Query Parameters

NameTypeDescription

text*

String

Thai-English Text/Sentence Input

Headers

NameTypeDescription

apikey*

String

Your API Key to call this API

Response as audio output. You can save response as a file. The extension can be .mpga, etc)

Cee Voice Sample Used Option and Fields Parameter

curl --location --request GET 'https://api.iapp.co.th/thai-tts-cee/tts?text={Your Text}' \
--header 'apikey: {Your API Key}'

Last updated