Kitta AI API key & playground
Create your API key, follow the authentication guide, then test text-to-speech, voice cloning, and speech APIs in the browser.
- Text to Speech (HTTP)
REST synthesis with your voice model ID and engine options.
POST/api/open/v1/speech/tts - TTS WebSocket
Streaming speech over WebSocket for realtime use cases.
WS/v1/tts/live - TTS WebSocket v2
Updated WebSocket protocol for TTS.
WS/v2/tts/live - Speech to Text
Transcribe audio from a public URL.
POST/api/open/v1/speech/transcriptions - Voice clone — create model
Upload reference audio to create a voice model.
POST/api/open/v1/voices - Voice clone — delete model
Remove a voice model by ID.
DELETE/api/open/v1/voices/{voiceId} - Voice clone — list models
List public and personal voice models.
GET/api/open/v1/voices - Lip sync — create task
Create a lip-sync video generation task.
POST/api/open/v1/media/lip-sync/jobs - Lip sync — query task
Poll task status and results by ID.
GET/api/open/v1/media/lip-sync/jobs/{jobId} - Lip sync — list tasks
List lip-sync tasks and statistics.
GET/api/open/v1/media/lip-sync/jobs - User profile (API)
Remaining API quota and basic account info.
GET/api/open/v1/profile