Skip to main content
The v1 prompt boosters are deprecated and no longer documented. The v1 booster endpoints (/prompt/image, /prompt/video, /prompt/speech, /prompt/image2image, /prompts/samples) have been replaced by a single unified endpoint in v2.Use the v2 Prompt BoosterPOST /api/v2/prompts/enhancements.

How it works

Prompt Enhancement takes a basic idea and returns an optimized prompt — enriched with relevant detail, style keywords, and quality modifiers — that you then pass to a generation endpoint for better results. In v2 this is a single endpoint for every booster type: you select the booster with the type field (e.g. images.generations, videos.generations, audio.speech, images.edits) and the target model with model_slug, instead of calling a separate per-type endpoint.

Migrating from v1

See the v2 Prompt Enhancement overview for the full list of type values, and the Prompt Booster page for the request/response schema.