curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "elevenlabs/text-to-speech-turbo-2-5",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"text": "Unlock powerful API with Kie.ai! Affordable, scalable APl integration, free trial playground, and secure, reliable performance.",
"voice": "Rachel",
"stability": 0.5,
"similarity_boost": 0.75,
"style": 0,
"speed": 1,
"timestamps": false,
"previous_text": "",
"next_text": "",
"language_code": ""
}
}'