cURL
upper
curl --request POST \ --url https://modellixapi.jpushoa.com/api/v1/image-to-image/alibaba/aitryon-parsing-v1/async \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "image_url": "https://example.com/model.jpg", "clothes_type": [ "upper" ] } '
{ "code": 0, "message": "success", "data": { "status": "succeeded", "task_id": "task-abc123", "model_id": "qwen-image-edit-plus", "results": [ { "image_url": "<string>" } ] } }
The aitryon-parsing-v1 supports segmentation of model images and clothing images, and can be used for pre-processing and post-processing of AI fitting room images.
API Key authentication. Format: Bearer YOUR_API_KEY.
YOUR_API_KEY
Model image public URL to be segmented
"https://example.com/model.jpg"
Garment types to segment
1
lower
dress
["upper", "lower"]
Task completed successfully (synchronous)
Response code, 0 indicates success
0
Response message
"success"
Show child attributes