🎁 Apply to join the Core Integrator Program and get a $10-$30 bonus.
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/qwen-image-edit-plus-2025-12-15/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"images": [
"https://example.com/input.jpg"
],
"prompt": "Change the background to a beach scene"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}Qwen-image-edit supports bilingual text editing, color adjustment, style transfer, object addition/removal, and other complex image editing operations.
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/qwen-image-edit-plus-2025-12-15/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"images": [
"https://example.com/input.jpg"
],
"prompt": "Change the background to a beach scene"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.modellix.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Key authentication. Format: Bearer YOUR_API_KEY.
Input image URL array, supports 1-3 images
1 - 3 elements["https://example.com/input.jpg"]Image editing instruction (positive prompt)
1 - 800"Change the background to a beach scene"
Negative prompt describing unwanted content
500Number of output images
1 <= x <= 6Output image resolution (format: widthheight, e.g., 10242048)
"1024*1024"
Enable intelligent prompt rewriting
Random seed for reproducibility
0 <= x <= 2147483647