The docs are still under work. Please bear with us 🙇♂️
Generate speech audio using TikTok TTS
cURL
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" } '
Authorization: Bearer sk_kaori_*
Text to convert to speech
Speaker ID
base64
binary
Was this page helpful?