Krea Legacy
Krea’s generative legacy enhancer. Max 4K.
Deprecated request aliases
Deprecated request aliases
| Deprecated | Use instead | Accepted until |
|---|---|---|
imageUrl | image_url | 2026-06-19 |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
URL to receive a POST request when the job completes. The webhook will receive the job data including results.
Body
URL of the image to enhance.
1024Text prompt describing the desired result.
Factor to scale the image resolution by (e.g. 2 means 2x; use 1 to skip upscaling).
x >= 0.1Match the original image color palette.
Whether to upscale the image.
AI strength — how much new detail the model generates. Higher values enhance more aggressively.
0.1 <= x <= 1Clarity — how strongly the result follows the prompt.
1 <= x <= 12Resemblance — how faithfully the result preserves the original image structure.
0 <= x <= 2.5Scene Transfer — relight the image using a reference scene.
Reference scene image URL. Required when scene_transfer is true.
Prompt describing the target scene and lighting.
Scene Transfer strength.
0.5 <= x <= 1Replace the background with the reference scene.
Response
The resulting job data. This will be returned in a pending state until the job is completed. See /jobs/{id} for retrieving the results.