Fluw AI
Generate stunningly lifelike photos and illustrations that transform your vision into reality, ready for any project.
POST /v2/generateName
Type
Description
curl -X POST https://api.luw.ai/v2/generate \
-H "Authorization: Bearer LUW_API_TOKEN" \
-d "model=fluw" \
-d "prompt=Modern minimalist living room" \
-d "image=https://example.com/room.jpg"{
"status": true,
"progress": {
"started_at": "2024-01-04T12:00:00Z",
"state": "processing",
"percent": 45
},
"processing": true,
"processing_url": "pred_123..."
}✨ Get results using the /results endpoint.
/results endpoint.Last updated