Authorization: Bearer ********************{
"prompt": "Convert the image into an oil painting style and add a sun in an appropriate location.",
"images": [
"https://cdn.openai.com/API/docs/images/model-page/model-icons/davinci-002.png"
],
"model": "flux-1-kontext-pro",
"metadata": {
"aspect_ratio": "1:1"
}
}curl --location --request POST 'https://api.mixrouter.com/v1/async/image/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Convert the image into an oil painting style and add a sun in an appropriate location.",
"images": [
"https://cdn.openai.com/API/docs/images/model-page/model-icons/davinci-002.png"
],
"model": "flux-1-kontext-pro",
"metadata": {
"aspect_ratio": "1:1"
}
}'{
"task_id": "2ea80206-1274-4baa-891d-0fd86273bf5a"
}