Example Prompts
See How PromptStruct transforms natural AI prompts to structured JSON
Mountain Landscape
Natural Prompts
A breathtaking mountain landscape at golden hour, with snow-capped peaks reflecting in a crystal-clear alpine lake, surrounded by pine forests and wildflowers in the foreground.
Structured Prompts
{
"scene": {
"type": "landscape",
"setting": "mountain alpine lake",
"time_of_day": "golden hour"
},
"elements": {
"primary": ["snow-capped peaks", "alpine lake"],
"secondary": ["pine forests", "wildflowers"],
"details": "peaks reflecting in water, foreground flora"
},
"style": {
"artist": null,
"movement": "photorealism",
"technique": "natural light photography"
},
"mood": "breathtaking, serene, majestic"
}Cyberpunk City
Natural Prompts
A neon-soaked cyberpunk cityscape at midnight, rain-slicked streets reflecting glowing advertisements, towering megastructures with holographic displays, a lone figure with an umbrella in the foreground.
Structured Prompts
{
"scene": {
"type": "cityscape",
"setting": "cyberpunk metropolis",
"time_of_day": "midnight"
},
"elements": {
"primary": ["neon signs", "rain-slicked streets"],
"secondary": ["megastructures", "holographic displays"],
"details": "lone figure with umbrella, reflective puddles"
},
"style": {
"artist": "Syd Mead",
"movement": "cyberpunk",
"technique": "digital matte painting"
},
"mood": "atmospheric, dystopian, electric"
}Cozy Café Interior
Natural Prompts
A warm cozy café interior on a rainy afternoon, soft diffused light through fogged windows, wooden tables with steaming coffee cups, bookshelves lining the walls, a tabby cat sleeping on a cushioned window seat.
Structured Prompts
{
"scene": {
"type": "interior",
"setting": "cozy café",
"time_of_day": "rainy afternoon"
},
"elements": {
"primary": ["wooden tables", "steaming coffee cups"],
"secondary": ["bookshelves", "fogged windows"],
"details": "tabby cat on window seat, soft diffused light"
},
"style": {
"artist": null,
"movement": "warm realism",
"technique": "soft natural lighting"
},
"mood": "cozy, intimate, nostalgic"
}