将图像拆分为可编辑图层——背景、主体以及每个关键视觉元素各自成为独立的透明PNG。基于Seedream 5.0 Pro的图像理解能力,分离后结构与细节依然保留。图层数量取决于图像本身。
~25s
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "seedream-5-pro-layers",
"prompt": "A beautiful sunset over the ocean",
"type": "IMAGE_TO_IMAGE"
}'在开发者门户获取你的API密钥。