{
"enable_prompt_expansion": false,
"prompt": "A Sumi-e Inspired Watercolor portrayal of warrior, blending traditional East Asian ink wash techniques with modern watercolor splashes. Use primarily red with accents of yellow for a minimalist yet expressive composition",
"seed": -1,
"size": "1024*1440"
}
curl --location --request POST 'https://api.302.ai/ws/api/v3/alibaba/wan-2.5/text-to-image' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_prompt_expansion": false,
"prompt": "A Sumi-e Inspired Watercolor portrayal of warrior, blending traditional East Asian ink wash techniques with modern watercolor splashes. Use primarily red with accents of yellow for a minimalist yet expressive composition",
"seed": -1,
"size": "1024*1440"
}'
{
"code": 200,
"message": "success",
"data": {
"id": "51aefa20d0ae459ab6689e8694106785",
"model": "wavespeed-ai/flux-dev-ultra-fast",
"outputs": [],
"urls": {
"get": "https://api.302.ai/ws/api/v3/predictions/51aefa20d0ae459ab6689e8694106785/result"
},
"has_nsfw_contents": [],
"status": "created",
"created_at": "2025-10-20T08:26:46.871Z",
"error": "",
"executionTime": 0,
"timings": {
"inference": 0
}
}
}