curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "topaz/video-upscale",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"video_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1758166466095hvbwkrpw.mp4",
"upscale_factor": "2"
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_topaz_1765185786549"
}
}