# Tool: Generate Prompt for Architectural Design Concepts

> Engineer photorealistic architectural visualization prompts with the BOPINK Architecture Prompt Engine. Built for architects, interior designers, and 3D visualizers, this tool crafts comprehensive prompts for Midjourney v6 and FLUX.1 Pro. It integrates structural building materials (poured concrete, curtain wall glass, timber louvers), architectural lighting conditions (dusk ambient interior glow, golden hour sun), tilt-shift lens corrections (24mm f/3.5), and V-Ray / Corona renderer physics.

**Category**: prompts-ai-image | **Target AI Models**: Midjourney v6, FLUX.1 Pro

## Domain Parameters:
- `archStyle` (select): Architectural Style (Default: "Modern Minimalist")
- `lightingMood` (select): Atmospheric Lighting (Default: "Dusk Ambient")
- `tiltShiftLens` (toggle): 24mm Tilt-Shift Perspective Correction (Default: "true")
- `renderEngine` (select): Render Engine Physics (Default: "V-Ray")

## Master Prompt Engineering Architecture (5 Pillars):
1. **Role & Persona**: Domain expert framing
2. **Task & Deliverable**: Primary objective & constraints
3. **Context & Parameters**: Technical specs & camera/stack parameters
4. **Negative Constraints**: Forbidden artifacts & bad practices
5. **Output Spec**: Section formatting & XML/Markdown structure

## Programmatic API Execution:
```http
POST /api/generate-prompt
Content-Type: application/json

{
  "toolSlug": "generate-prompt-for-architectural-design-concepts",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
