Skip to main content
Prompt Enhancement endpoints share the v1 URL path (/api/v1/client/prompt/* and /api/v1/client/prompts/samples). v2 clients call them with the same Bearer token and without changes to request structure — they remain stable across API versions.

Available Boosters

BoosterEndpointUse Case
Image Prompt BoosterPOST /api/v1/client/prompt/imageText-to-image generation
Video Prompt BoosterPOST /api/v1/client/prompt/videoText/image-to-video generation
Speech Prompt BoosterPOST /api/v1/client/prompt/speechText-to-speech synthesis
Image-to-Image BoosterPOST /api/v1/client/prompt/image2imageImage transformation (img2img) prompts
Sample PromptsGET /api/v1/client/prompts/samplesGenerate creative prompt ideas

Workflow

1

Enhance your prompt

Call the appropriate booster endpoint with your raw prompt (e.g., POST /api/v1/client/prompt/image).
2

Use the enhanced prompt

Plug the returned optimized prompt into any v2 generation endpoint — /api/v2/images/generations, /api/v2/videos/generations, /api/v2/audio/speech, etc.
See individual booster pages for request/response schemas.