Prompt Booster
Unified prompt booster — enhance prompts for any model and type using AI-powered guide system. Accepted type values (v2 noun-based dot notation): images.generations, images.edits, videos.generations, videos.animations, audio.speech, audio.music. Only prompt-driven inference types have a booster; upscaling, background removal, OCR, transcription and embeddings are rejected with 422.
- Set
type(v2 dot notation) andmodel_slugto pick the right guide. - For
images.editsandvideos.animations, also send the sourceimage(URL, data-URI, base64, or file). - Synchronous — the enhanced prompt is returned directly in the response body (
{ prompt, negative_prompt }).
prompt, type, model_slug (plus image for images.edits / videos.animations). The returned negative_prompt is provided for compatibility and is ignored by models that do not support negative prompts (e.g. FLUX.2 Klein).Accepted type values
images.generations, images.edits, videos.generations, videos.animations, audio.speech, audio.music
Only prompt-driven inference types have a booster. Upscaling, background removal, OCR, transcription and embeddings are not supported and are rejected with 422.
Example (image-to-image)
prompt to the matching generation endpoint (e.g. POST /api/v2/images/edits).Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
- Option 1
- Option 2
3"A beautiful landscape with mountains"
Inference type in v2 dot notation (e.g. images.generations, videos.animations, audio.speech)
"images.generations"
"Flux1schnell"
3"blurry, low quality"