callBackUrl parameter to receive automatic notifications when generation completes, rather than polling the status endpoint.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/speech-to-text",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"audio_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1757157053357tn37vxc8.mp3",
"language_code": "",
"tag_audio_events": true,
"diarize": true
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_elevenlabs_1765185413162",
"recordId": "record_elevenlabs_1765185413162"
}
}