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/image-upscale",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"image_url": "https://static.aiquickdraw.com/tools/example/1762752805607_mErUj1KR.png",
"upscale_factor": "2"
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_topaz_1765176093786"
}
}