Developer
Integrate powerful voice AI into your applications with our simple, well-documented REST API and SDKs.
Simple HTTP endpoints with JSON responses. No complex setup required.
Optimized for real-time applications with sub-50ms response times.
Enterprise-grade API key authentication and end-to-end encryption.
Edge locations worldwide for fast audio delivery everywhere.
/v1/text-to-speechConvert text to natural speech with customizable voice parameters.
/v1/speech-to-textTranscribe audio files to text with high accuracy.
/v1/voicesList all available voices with their properties.
/v1/voice-cloneCreate a custom voice clone from audio samples.
import { AIKyam } from '@aikyam/sdk';
const client = new AIKyam({
apiKey: process.env.AIKYAM_API_KEY,
});
// Text to Speech
const audio = await client.tts.generate({
text: "Hello, welcome to Aikyam Labs!",
voice: "aria",
model: "tts-1-hd",
});
// Speech to Text
const transcript = await client.stt.transcribe({
file: audioFile,
model: "whisper-large-v3",
});Get your API key and make your first call in under 5 minutes.
Get Your API Key