Generate natural-sounding speech from text using ElevenLabs AI voices.
Create professional voiceovers for videos, podcasts, presentations, and more. Supports multiple languages, voice customization, and high-quality audio output.
Your Freepik API key. Required for authentication. Learn how to obtain an API key
The text to convert to speech. Supports UTF-8 characters including accented letters and non-Latin scripts.
1 - 40000"Welcome to Freepik. Create amazing designs with AI-powered tools."
The unique identifier of the ElevenLabs voice to use for synthesis. You can find voice IDs in the ElevenLabs voice library.
"21m00Tcm4TlvDq8ikWAM"
Controls voice consistency and expressiveness. Lower values (0.0) produce more expressive and varied speech, while higher values (1.0) produce more consistent and stable output.
0 <= x <= 10.5
Controls how closely the generated voice matches the original voice sample. Higher values produce closer matching but may introduce artifacts.
0 <= x <= 10.2
Speech rate multiplier. 0.7 is 30% slower than normal, 1.0 is normal speed, 1.2 is 20% faster.
0.7 <= x <= 1.21
Enable speaker boost for enhanced voice clarity and presence in the generated audio.
true
Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.
"https://www.example.com/webhook"
OK - Task created successfully
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}