# Tool: Generate Prompt for Emotional Character Closeups

> Direct emotional cinematic acting performances with the BOPINK Dramatic Actor Close-Up Engine. Built for filmmakers, video essayists, and drama directors, this generator structures video prompts for OpenAI Sora and Kling AI. It focuses on subtle human micro-expressions—trembling lips, single glistening tear drops, pupil dilation, bittersweet smiles, and shallow focal depth.

**Category**: prompts-video | **Target AI Models**: OpenAI Sora, Kling AI

## Domain Parameters:
- `actorEmotion` (select): Emotional Nuance Performance (Default: "Bittersweet Tear")
- `microExpressions` (toggle): Enforce Micro-Expression Muscle Detail (Default: "true")
- `lensFocalLength` (select): Portrait Prime Lens Optic (Default: "85mm Prime")
- `lightingMood` (select): Dramatic Portrait Lighting (Default: "Rembrandt Light")

## 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-emotional-character-closeups",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
