Tools
Prompt Enhancer
Rewrites and expands text prompts for clearer, higher-quality results
POST
cURL
Request body
multipart/form-data (recommended when sending images)
instructions(string, required): Between3and10,000charactersaspect_ratio(validAspectRatios, optional)effort("high" | "low", optional): Defaults to"high"images(file | file[], optional): Single image or up to10images, each max30MB
Validation rules
imagesaccepts either:- a single image
- an array of images (max
10)
- Input is normalized to an array internally when provided
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
cURL