Prompt Enhancement

Enhance Video Prompt

Enhance a text description into a detailed video generation prompt.

Uses advanced prompting techniques for natural-speed, physics-accurate motion:

  • Explicit camera movement terminology
  • Speed modifiers (fighting slow-motion default)
  • Cohesive action descriptions
  • Atmospheric details

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

post/api/prompt-enhancement/video

Request body

textstring required

The base text to enhance into a video prompt

project_idstring nullable

Optional project ID to use project's configured style

durationinteger nullable

Video duration in seconds (4-12)

camera_movementstring nullable

Desired camera movement (e.g., 'static', 'dolly in', 'tracking')

stylestring nullable

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

image_urlsstring[] nullable

Optional image URLs providing visual context (e.g., start/end keyframes)

video_contextstring nullable

Optional video context or selected model capability summary

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.