Industry-leading voice synthesis with the most natural-sounding AI voices and instant voice cloning.
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "elevenlabs-turbo",
"input": {
"text": "Introducing our revolutionary AI platform. Experience the future of technology today.",
"stability": 0.5,
"similarity_boost": 0.75
}
}'| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
text | string | Yes | - | Text to synthesize |
voice_id | string | No | - | Pre-defined or cloned voice ID |
model_id | string | No | eleven_turbo_v2_5 | Model version to use |
stability | float | No | 0.5 | Voice stability (0-1) |
similarity_boost | float | No | 0.75 | Voice similarity (0-1) |
High-quality voiceover
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "elevenlabs-turbo",
"input": {
"text": "Introducing our revolutionary AI platform. Experience the future of technology today.",
"stability": 0.5,
"similarity_boost": 0.75
}
}'POST /v1/predictions