curl --request POST \
--url https://api.jiekou.ai/v3/async/flux-1-kontext-pro \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"prompt": "<string>",
"images": [
"<string>"
],
"guidance_scale": 123,
"aspect_ratio": "<string>",
"seed": 123,
"safety_tolerance": "<string>"
}
'