Kling | Voice Create
Create a custom voice profile from an audio or video file for use with Kling models. Supports mp3, wav audio and mp4, mov video formats.
Quick Start
Requires an each::labs API key. Get one at eachlabs.ai.
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "kling-voice-create",
"version": "0.0.1",
"input": {
"voice_url": "https://example.com/voice-sample.mp3"
}
}'
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| voice_url | string | - | URL of the voice audio file. Supports .mp3/.wav audio or .mp4/.mov video. |
Examples
Create voice from audio:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "kling-voice-create",
"version": "0.0.1",
"input": {
"voice_url": "https://example.com/speaker-recording.wav"
}
}'
Create voice from video:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "kling-voice-create",
"version": "0.0.1",
"input": {
"voice_url": "https://example.com/interview-clip.mp4"
}
}'
Related Models
- Kling | v2.6 | Pro | Motion Control - Use custom voices with Kling Pro video
- Kling | v1 | TTS - Kling text-to-speech
- ElevenLabs | Voice Clone - ElevenLabs voice cloning