Skip to main content
POST
/
v1
/
utils
/
tts
Text to Speech
curl --request POST \
  --url https://api-kaori.mikabot.xyz/v1/utils/tts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>",
  "speakerId": "<string>",
  "output_format": "base64"
}
'

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_kaori_*

Body

text
string
required

Text to convert to speech

speakerId
string
required

Speaker ID

output_format
enum<string>
Available options:
base64,
binary
Last modified on February 3, 2026