Request
Body Params application/jsonRequired
{
"model": "flux-kontext[max]",
"prompt": "Add text: Bogia",
"config": {
"aspect_ratio": "16:9",
"images": [
"URL or Base64 string"
]
}
}
Request Code Samples
curl --location --request POST '/task/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "flux-kontext[max]",
"prompt": "Add text: Bogia",
"config": {
"aspect_ratio": "16:9",
"images": [
"URL or Base64 string"
]
}
}'
Responses
application/json {
"created_at": 1761576676,
"progress": "0%",
"results": {},
"status": "SUBMITTED",
"task_id": "yescale-flux-kontext[max]-44bd60a4b5c6",
"updated_at": 1761576676
}
Modified at 2025-10-29 05:34:10