curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "ideogram/v3-reframe",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"image_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1757168087001amxesd6e.webp",
"image_size": "square_hd",
"rendering_speed": "BALANCED",
"style": "AUTO",
"num_images": "1",
"seed": 0
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_ideogram_1765177570132"
}
}