Skip to main content

Overview

Qwen Image Edit LoRA is an asynchronous image-to-image editing model. Send one source image URL with a text prompt, then poll the task until the edited image is ready.

Endpoint and authentication

Base URL:
All requests require your APIXO API key:
Submit requests also require:

Copy-paste async quickstart

Successful response:

Poll for result

Processing response:
Success response:
Parse resultJson after state becomes success:

Request body

Parameters

string
default:"async"
required
Result delivery mode. Use async and poll with statusTask.
object
required
Qwen Image Edit LoRA input parameters.

Response format

POST /generateTask/qwen-image-edit-LoRA returns a task ID when the task is accepted.
integer
API status code. 200 means the task was accepted.
string
Human-readable status message.
string
Unique task identifier used with the status endpoint.

Status response fields

string
Unique task identifier.
string
Current task state: pending, processing, success, or failed.
string
JSON string containing edited image URLs in resultUrls. Present when state is success.
string
Machine-readable failure code. Present when state is failed.
string
Human-readable failure message. Present when state is failed.
integer
Task creation timestamp in Unix milliseconds.
integer
Task completion timestamp in Unix milliseconds. Present after completion when available.
integer
Processing duration in milliseconds when available.

Billing

Qwen Image Edit LoRA is billed per generated image. For the current public price, see Pricing.

Latency and polling

This endpoint is asynchronous. Actual latency varies by image complexity and current queue load.

Errors and troubleshooting

See Error Codes for the full error reference.