Prompt Enhancement

Enhance Image Prompt

Enhance a text description into a detailed, cinematic image generation prompt.

Uses advanced prompting techniques to avoid the "AI art" look:

  • Foreground obstruction for depth
  • Asymmetrical composition
  • Extreme camera angles
  • Realistic lighting
  • Natural character gaze

If project_id is provided, uses the project's configured style (if available). Requires authentication when project_id is provided.

post/api/prompt-enhancement/image

Request body

textstring required

The base text to enhance into an image prompt

project_idstring nullable

Optional project ID to use project's configured style

stylestring nullable

Optional style guidance (overridden by project style if project_id provided)

moodstring nullable

Optional mood guidance (e.g., 'tense', 'peaceful', 'dramatic')

Response

Successful Response

enhanced_promptstring required

The enhanced prompt

original_textstring required

The original input text

Changes

No recorded changes to this endpoint across all 1 revision of this API.