User Guide
TTS API
Basic Usage
obtain keycloak access token.
make a POST request to TTS-API with desired text, speaker, sample rate and playback speed. the POST request returns a
sessionIDthe request is sent to the encoder (see Detailed System Description below for details), and generated audio is saved to minIO.
make a GET request to TTS-API with the
sessionIDto obtain a URL for the generated audio file.
API Documentation
documentation is available here π Click
Text Input Formatting
TTS Text Normalization Rules
Reference : https://www.notion.so/atlaslabs/TTS-Text-Normalization-Rules-5b9c6b2364b74afba4429e6476fb54aa
Supported Character Set
Korean characters, e.g. "μλ "
English characters, upper-case and lower-case: "Hello" (transliterated if known, else spelled out e.g. A-P-P-L-E)
Numbers: "1234"
Symbols: space, punctuation: [ ! ? . , ], "-" for numbers (=="λ§μ΄λμ€")
Last updated
Was this helpful?