cURL
curl --request POST \ --url https://modellixapi.jpushoa.com/api/v1/image-to-image/alibaba/aitryon-refiner/async \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "coarse_image_url": "<string>", "person_image_url": "<string>" } '
{ "code": 0, "message": "success", "data": { "status": "pending", "task_id": "task-abc123", "model_id": "qwen-mt-image", "duration": 150 } }
Perform secondary generation on the effect images created by AI virtual try-on, outputting finely polished virtual try-on effect images with higher fidelity.
API Key authentication. Format: Bearer YOUR_API_KEY.
YOUR_API_KEY
AI try-on image to refine
Original model person image
Original top garment image
Original bottom garment image
Model gender
MALE
FEMALE
Task submitted successfully
Response code, 0 indicates success
0
Response message
"success"
Show child attributes