# Prompt enhancement The /prompt_enhancer route is designed to boost users' creativity by transforming simple prompts into more detailed and vivid descriptions. This helps generate richer, more diverse images. (It is also available as a built-in flag in all of our /text-to-image routes, excluding tailored generation.) We recommend using this feature by offering users a range of prompts to choose from before generating an image, enabling them to explore creative ideas. *Works best with short to medium prompts of up to approximately 50 words. : A cat : A black and white photograph of a sophisticated Siamese cat, sitting in a chair next to a large window, with the urban cityscape visible in the background Endpoint: POST /prompt_enhancer ## Header parameters: - `api_token` (string, required) ## Request fields (application/json): - `prompt` (string) The original prompt that to enhance. ## Response 200 fields (application/json): - `results` (string) the new enhanced prompt