Qwen Image Edit
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/qwen-image-edit/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"images": [
"<string>"
],
"prompt": "<string>"
}
'{
"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.
POST
/
qwen-image-edit
/
async
Qwen Image Edit
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/qwen-image-edit/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"images": [
"<string>"
],
"prompt": "<string>"
}
'{
"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.
Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
application/json
Input image URL array, supports 1-3 images
Required array length:
1 - 3 elementsImage editing instruction
Required string length:
1 - 800Negative prompt
Maximum string length:
500Number of output images, fixed at 1
Available options:
1 Random seed
Required range:
0 <= x <= 2147483647⌘I