High-quality multilingual text-to-speech with natural prosody and voice cloning capabilities.
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "fish-speech",
"input": {
"text": "Welcome to our product introduction. Today, we'll explore the features that make our solution stand out.",
"language": "en"
}
}'| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
text | string | Yes | - | Text to convert to speech |
reference_audio | string | No | - | URL for voice cloning reference |
language | string | No | auto | Target language autoenkojazhesfrde |
Create natural narration
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "fish-speech",
"input": {
"text": "Welcome to our product introduction. Today, we'll explore the features that make our solution stand out.",
"language": "en"
}
}'POST /v1/predictions