# Tool: Design Prompt for Drone FPV Flight Paths

> Architect thrilling acrobatic drone aerial maneuvers with the BOPINK FPV Drone Flight Engine. Designed for aerial videographers, real estate marketers, and extreme sports filmmakers, this generator creates prompts for OpenAI Sora, Runway Gen-3, and Luma Dream Machine. It simulates wide-angle 12mm fisheye lens distortion, dive trajectories through tight apertures, barrel rolls, and high-speed terrain follow paths.

**Category**: prompts-video | **Target AI Models**: OpenAI Sora, Runway Gen-3 Alpha, Luma Dream Machine

## Domain Parameters:
- `flightEnvironment` (select): FPV Flight Route & Terrain (Default: "Industrial Dive")
- `lensDistortion` (select): Camera Lens Profile (Default: "12mm Fisheye")
- `rollAcrobatics` (toggle): Execute Banking Turns & Barrel Rolls (Default: "true")
- `obstacleProximity` (toggle): Proximity Flight Parallax Effect (Default: "true")

## 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": "design-prompt-for-drone-fpv-flight-paths",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
