Perfectly empty pure white room from a wide-angle perspectiv
Perfectly empty pure white room from a wide-angle perspective suggesting infinite space, a single Eames lounge chair and ottoman as the only objects, centered in the composition, three-point studio lighting making the chair hyperreal with every material visible — warm walnut wood shell, black leather cushions, chrome base — simultaneously suggesting aspiration and isolation, pure white walls with pale warm grey shadows, 24mm tilt-shift technical camera
View API Code
curl -X POST https://runapi.ai/api/v1/runapi/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"prompt": "Perfectly empty pure white room from a wide-angle perspective suggesting infinite space, a single Eames lounge chair and ottoman as the only objects, centered in the composition, three-point studio lighting making the chair hyperreal with every material visible — warm walnut wood shell, black leather cushions, chrome base — simultaneously suggesting aspiration and isolation, pure white walls with pale warm grey shadows, 24mm tilt-shift technical camera"
}
JSON