# Edit With AI

{% hint style="info" %}
Edit With AI is the new name of the feature that used to be called Describe Any Change.
{% endhint %}

## Overview

Edit With AI allows you to automatically edit the input image by providing a textual description of the changes that you want to make.

For example, you can ask to add or remove objects from the image, change a color, etc.

To use Edit With AI, set the parameter `editWithAI.mode` to `ai.auto` **and** use the parameter `editWithAI.prompt` to describe the changes:

<table data-header-hidden><thead><tr><th align="center" valign="top"></th><th align="center" valign="top"></th></tr></thead><tbody><tr><td align="center" valign="top"><em>(original image)</em></td><td align="center" valign="top"><em>(edited image)</em></td></tr><tr><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FMtVeAGvHvGu95J2fFidx%2Fshoes.jpeg?alt=media&#x26;token=334f71d3-4b3c-401e-bf29-566d34654ae9" alt=""></td><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FksvvsbJ0HfiIaAtdpLdf%2Fresponse.png?alt=media&#x26;token=2a730dcf-c201-4e8c-8b8d-fbc5a8fcabb0" alt=""><br><br><code>editWithAI.prompt="Change the shoes color to red"</code></td></tr><tr><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2F4SJxRYA6fntqnYDsrNQB%2Ffrancesco-cavallini-HN1-Gfs9Mxk-unsplash.jpg?alt=media&#x26;token=558a81e1-0890-4b91-925d-4208f6be5690" alt=""></td><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FKCrk5tp2Q1kz9qmsdyA0%2Fresponse.png?alt=media&#x26;token=2525b8e0-ee3e-4ab3-8547-0ac7f23b0354" alt=""><br><br><code>editWithAI.prompt="Remove all the objects on the table"</code></td></tr><tr><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FFJSNIMFQZ7HruvIkNzwu%2Fnick-hillier-xBXF9pr6LQo-unsplash.jpg?alt=media&#x26;token=45a7ada0-ea98-4464-bca7-ecf2871bff10" alt=""></td><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FjjqjVcVfTRhyp94uToHv%2Fresponse.png?alt=media&#x26;token=7048677e-ebe3-4fc0-a254-151907b051a0" alt=""><br><br><code>editWithAI.prompt="Remove all the people"</code></td></tr></tbody></table>

If you want to give it a try, here's the code to reproduce the first example above:

```bash
curl --request POST \
  --url https://image-api.photoroom.com/v2/edit \
  --header 'x-api-key: YOUR_API_KEY_HERE' \
  --form imageFile=@/path/to/image.png \
  --form removeBackground=false \
  --form referenceBox=originalImage \
  --form editWithAI.mode=ai.auto \
  --form editWithAI.prompt='Change the shoes color to red' \
  --output result.png
```

<a href="https://try-api.photoroom.com/?removeBackground=false&#x26;referenceBox=originalImage&#x26;editWithAI.mode=ai.auto&#x26;editWithAI.prompt=Change%20the%20shoes%20color%20to%20red" class="button primary">Try it now!</a>

## Which resolutions are supported?

By default, Edit With AI will produce outputs at a resolution of 1K (`1024x1024`).

Output resolutions of 2K and 4K are available for Enterprise plans:

<div><figure><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FZrLpUGgClPqMkdJOzu6Y%2Fimage.jpeg?alt=media&#x26;token=902ca616-69e9-40c5-b079-06291859572f" alt=""><figcaption><p><em>(original image)</em></p></figcaption></figure> <figure><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FcFBXrOuFyNXswoK3RHgE%2Fresponse.jpeg?alt=media&#x26;token=2a893bf5-f2ed-4a39-a486-a6158639499d" alt=""><figcaption><p><em>(default 1K output)</em></p></figcaption></figure> <figure><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FspAkU0MtyiHsL7OMPSse%2Fresponse-4K.jpeg?alt=media&#x26;token=f8d45c0b-0335-4115-94b0-f9618ad102a3" alt=""><figcaption><p><em>(4K output)</em></p></figcaption></figure></div>

<div><figure><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FC2RKEUG0ja2LLnQwAEmB%2Fimage.jpeg?alt=media&#x26;token=94c89924-6bb8-4db0-9524-68c88ff700a0" alt=""><figcaption><p><em>(original image)</em></p></figcaption></figure> <figure><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FMhcqyPf73f6xhAJhdyzb%2Fresponse.jpeg?alt=media&#x26;token=30066c27-7a9d-46ca-acdc-679f16a91015" alt=""><figcaption><p><em>(default 1K output)</em></p></figcaption></figure> <figure><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2Fqo7M1RlsjAO1bLH9Gvv3%2Fimage.jpg?alt=media&#x26;token=4449e86a-c036-4dcc-af40-355c740b8074" alt=""><figcaption><p><em>(4K output)</em></p></figcaption></figure></div>

<div><figure><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FUygALty7n3Q9l2SWuSTP%2Fimage.jpeg?alt=media&#x26;token=b2523cc2-ea83-49e3-9b63-5a263dad359b" alt=""><figcaption><p><em>(original image)</em></p></figcaption></figure> <figure><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FylMMsbFqyIoXpj48FVqW%2Fresponse.jpeg?alt=media&#x26;token=9f91ae03-b541-42db-b594-e161b7f67342" alt=""><figcaption><p><em>(default 1K output)</em></p></figcaption></figure> <figure><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2Fhw6KQSU20mDxV5EVLawl%2Fresponse-4k.jpeg?alt=media&#x26;token=d8e77206-b86b-4e6e-8c3b-d229932a29f0" alt=""><figcaption><p><em>(4K output)</em></p></figcaption></figure></div>

{% hint style="info" %}
Make sure to click on the images to see them in full resolution.
{% endhint %}

If you're interested to use 2K or 4K resolution, please [contact our team to book a demo](https://www.photoroom.com/contact-sales?utm_source=apidocumentation\&utm_medium=enterprisegated).

<a href="https://www.photoroom.com/contact-sales?utm_source=apidocumentation&#x26;utm_medium=enterprisegated" class="button primary">Book a demo</a>

## Examples of Use Cases

### Product Staging

You can use Edit With AI to place an item into a realistic lifestyle scene, like being held, worn, or placed on a table.

To do so, set the following value for the argument `editWithAI.prompt`:

{% code overflow="wrap" %}

```
Make it a professional lifestyle photoshoot with the provided object or subject as the focus of the scene. Ensure the image highlights what is unique about the object, with the goal of advertising it and showing how it impacts everyday life. The lighting should be perfectly set to create a natural and elegant atmosphere. The image should feature excellent composition and a refined mood, achieving the look of high-end lifestyle photography. Integrate a human presence or a subtle interaction with the object to enhance authenticity and visual appeal.
```

{% endcode %}

Here are examples of the results it can produce:

<table data-header-hidden><thead><tr><th align="center" valign="top"></th><th align="center" valign="top"></th></tr></thead><tbody><tr><td align="center" valign="top"><em>(original image)</em></td><td align="center" valign="top"><em>(edited image)</em></td></tr><tr><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FnvSgdbDUFX01DtNk62vC%2Fm17790324728_1.jpg?alt=media&#x26;token=a72a9aef-3d31-46f4-84e4-2f9d192fbda8" alt=""></td><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FDpjJ90N52xrYiRkv82FL%2Fm17790324728_1.png?alt=media&#x26;token=91b82baa-f656-4d61-b2e5-02bd0ed53f58" alt=""></td></tr><tr><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FeP08BoHsCWAuxaewf2EH%2Fm36841257160_1.jpg?alt=media&#x26;token=89fa0c5d-97c2-4ef1-91d0-552752229285" alt=""></td><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FjynlUFBMJZnA6Pby9shx%2Fm36841257160_1.png?alt=media&#x26;token=9ad58e8b-1449-4041-81f0-343a6b41237a" alt=""></td></tr><tr><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FqhqbEQ6OqLS8tzJXyfF2%2Fm28662389295_1.jpg?alt=media&#x26;token=315234e2-7d28-481f-9b84-282604bfd031" alt=""></td><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FwMISV3IYGTPBYxVvjQaR%2Fm28662389295_1.png?alt=media&#x26;token=cee307e0-8d04-4cce-a84f-1e28be22a144" alt=""></td></tr><tr><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2F85C9Y7AhjMXdLWv1kIHH%2Fm66901106936_1.jpg?alt=media&#x26;token=aba1ed6e-bd61-413e-9c93-92d30b2a11bb" alt=""></td><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FXeGcOdnxCSihGLGslMdL%2Fm66901106936_1.png?alt=media&#x26;token=8b488fb8-ccd7-4e5a-9d60-274c092a94c0" alt=""></td></tr><tr><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FW2Z1aXebaPhBae1vRg1i%2Fm12045849943_1.jpg?alt=media&#x26;token=701ecc60-80b6-4010-b24f-8fb1d11d4abe" alt=""></td><td align="center" valign="top"><p><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FwAW43sMPw1FpBckuy7DA%2Fm12045849943_1.png?alt=media&#x26;token=37128262-b53d-475b-87c6-b4bdf9a74e3b" alt="" data-size="original"></p><p></p></td></tr></tbody></table>

If you want to give it a try, here's the code to reproduce the results above:

{% code overflow="wrap" %}

```bash
curl --request POST \
  --url https://image-api.photoroom.com/v2/edit \
  --header 'x-api-key: YOUR_API_KEY_HERE' \
  --form imageFile=@/path/to/image.png \
  --form removeBackground=false \
  --form editWithAI.mode=ai.auto \
  --form editWithAI.prompt='Make it a professional lifestyle photoshoot with the provided object or subject as the focus of the scene. Ensure the image highlights what is unique about the object, with the goal of advertising it and showing how it impacts everyday life. The lighting should be perfectly set to create a natural and elegant atmosphere. The image should feature excellent composition and a refined mood, achieving the look of high-end lifestyle photography. Integrate a human presence or a subtle interaction with the object to enhance authenticity and visual appeal.' \
  --form editWithAI.seed=2016886668 \
  --output result-product-staging.png
```

{% endcode %}

<a href="https://try-api.photoroom.com/?removeBackground=false&#x26;editWithAI.mode=ai.auto&#x26;editWithAI.prompt=Make%20it%20a%20professional%20lifestyle%20photoshoot%20with%20the%20provided%20object%20or%20subject%20as%20the%20focus%20of%20the%20scene.%20Ensure%20the%20image%20highlights%20what%20is%20unique%20about%20the%20object%2C%20with%20the%20goal%20of%20advertising%20it%20and%20showing%20how%20it%20impacts%20everyday%20life.%20The%20lighting%20should%20be%20perfectly%20set%20to%20create%20a%20natural%20and%20elegant%20atmosphere.%20The%20image%20should%20feature%20excellent%20composition%20and%20a%20refined%20mood%2C%20achieving%20the%20look%20of%20high-end%20lifestyle%20photography.%20Integrate%20a%20human%20presence%20or%20a%20subtle%20interaction%20with%20the%20object%20to%20enhance%20authenticity%20and%20visual%20appeal.&#x26;editWithAI.seed=2016886668" class="button primary">Try it now!</a>

### Other Angle

You can use Edit With AI to create a new image from a different angle.

To do so, set the following value for the argument `editWithAI.prompt`:

{% code overflow="wrap" %}

```
Create a new photograph of this exact same scene or setting with creative variations. Change the camera angle and viewpoint (e.g., frontal to 3/4 view or side view, high to low angle, wide to tight), adjust composition and framing, and optionally vary the lighting or time of day (morning, golden hour, blue hour, overcast, or dramatic shadows). Try creative approaches such as closer details, wider establishing shots, or alternative focal points. Keep the exact same physical location and environment so it remains clearly recognizable, with the same main subjects, key elements, style, and overall mood. If there's a person, change their pose, position, or activity. If there's a product, show it from a different angle or in different use. The result should feel like a fresh, creative variation taken in the same location during the same shoot, offering a distinctly different perspective while maintaining scene continuity.
```

{% endcode %}

{% hint style="info" %}
If you need to create images from a specific angle, it can be achieved by editing the prompt to explicitly mention which angle should be used.

For example, by replacing *"Change the camera angle and viewpoint (e.g., frontal to 3/4 view or side view, high to low angle, wide to tight)"* with *"Change the camera angle and viewpoint to a 3/4 view"*.
{% endhint %}

Here are examples of the results it can produce:

<table data-header-hidden><thead><tr><th align="center" valign="top"></th><th align="center" valign="top"></th></tr></thead><tbody><tr><td align="center" valign="top"><em>(original image)</em></td><td align="center" valign="top"><em>(edited image)</em></td></tr><tr><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FWk0BYsmQYIfNDLqkQnSO%2Fm16338729492_1.jpg?alt=media&#x26;token=fce6df6d-a5c0-4911-b6e3-70711b2f87b3" alt=""></td><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2F2Mw8yeit2qW9yYtQEOjp%2Fm16338729492_1.png?alt=media&#x26;token=41efe4f6-3521-4fe9-8ee2-bd16f9e77738" alt=""></td></tr><tr><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FlrEHteBwxyd1k5bYbBED%2Fm28662389295_1.jpg?alt=media&#x26;token=57cfbfce-70ca-4759-aea6-4d8b415549f8" alt=""></td><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FZEh84esHZEjCBfaAc1K8%2Fm28662389295_1.png?alt=media&#x26;token=5883e9d9-beb8-4ae7-b1fd-12a0adc85d2a" alt=""></td></tr><tr><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FriZTzJ8c37rs6ruPHwQz%2Fm38165968726_1.jpg?alt=media&#x26;token=d55f5cc2-b9b5-4514-9511-d336fed62d83" alt=""></td><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FNEmwzSwDQmGOpR8Eu2Ru%2Fm38165968726_1.png?alt=media&#x26;token=dc9e53d1-710f-47ac-94d0-7887cf1f96f2" alt=""></td></tr><tr><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FO3VMtSnQpbg1o1GnkVW1%2Fm28014955452_1.jpg?alt=media&#x26;token=ba2da4df-17ea-4800-bd65-f51c7266d857" alt=""></td><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FjeI0F5wHUiBbaZSMwfGg%2Fm28014955452_1.png?alt=media&#x26;token=e873db0a-8f24-4307-a351-32942b0356f5" alt=""></td></tr><tr><td align="center" valign="top"><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FEnVvZQvWUskUEn0esDDn%2Fm66901106936_1.jpg?alt=media&#x26;token=0d5541ba-dc39-4294-99b6-2bd95e36f001" alt=""></td><td align="center" valign="top"><p></p><p><img src="https://2855892273-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1SYxn7dWbQYsNtUdJE3f%2Fuploads%2FAjSLTLGdNZAghuoYeeUO%2Fm66901106936_1.png?alt=media&#x26;token=ea14665e-2419-4acc-b07b-9ef94a46dfba" alt=""></p></td></tr></tbody></table>

If you want to give it a try, here's the code to reproduce the results above:

{% code overflow="wrap" %}

```bash
curl --request POST \
  --url https://image-api.photoroom.com/v2/edit \
  --header 'x-api-key: YOUR_API_KEY_HERE' \
  --form imageFile=@/path/to/image.png \
  --form removeBackground=false \
  --form editWithAI.mode=ai.auto \
  --form editWithAI.prompt="Create a new photograph of this exact same scene or setting with creative variations. Change the camera angle and viewpoint (e.g., frontal to 3/4 view or side view, high to low angle, wide to tight), adjust composition and framing, and optionally vary the lighting or time of day (morning, golden hour, blue hour, overcast, or dramatic shadows). Try creative approaches such as closer details, wider establishing shots, or alternative focal points. Keep the exact same physical location and environment so it remains clearly recognizable, with the same main subjects, key elements, style, and overall mood. If there's a person, change their pose, position, or activity. If there's a product, show it from a different angle or in different use. The result should feel like a fresh, creative variation taken in the same location during the same shoot, offering a distinctly different perspective while maintaining scene continuity." \
  --form editWithAI.seed=2016886668 \
  --output result-other-angle.png
```

{% endcode %}

<a href="https://try-api.photoroom.com/?removeBackground=false&#x26;editWithAI.mode=ai.auto&#x26;editWithAI.prompt=Create%20a%20new%20photograph%20of%20this%20exact%20same%20scene%20or%20setting%20with%20creative%20variations.%20Change%20the%20camera%20angle%20and%20viewpoint%20%28e.g.%2C%20frontal%20to%203%2F4%20view%20or%20side%20view%2C%20high%20to%20low%20angle%2C%20wide%20to%20tight%29%2C%20adjust%20composition%20and%20framing%2C%20and%20optionally%20vary%20the%20lighting%20or%20time%20of%20day%20%28morning%2C%20golden%20hour%2C%20blue%20hour%2C%20overcast%2C%20or%20dramatic%20shadows%29.%20Try%20creative%20approaches%20such%20as%20closer%20details%2C%20wider%20establishing%20shots%2C%20or%20alternative%20focal%20points.%20Keep%20the%20exact%20same%20physical%20location%20and%20environment%20so%20it%20remains%20clearly%20recognizable%2C%20with%20the%20same%20main%20subjects%2C%20key%20elements%2C%20style%2C%20and%20overall%20mood.%20If%20there%27s%20a%20person%2C%20change%20their%20pose%2C%20position%2C%20or%20activity.%20If%20there%27s%20a%20product%2C%20show%20it%20from%20a%20different%20angle%20or%20in%20different%20use.%20The%20result%20should%20feel%20like%20a%20fresh%2C%20creative%20variation%20taken%20in%20the%20same%20location%20during%20the%20same%20shoot%2C%20offering%20a%20distinctly%20different%20perspective%20while%20maintaining%20scene%20continuity.&#x26;editWithAI.seed=2016886668" class="button primary">Try it now!</a>

## Additional Parameters

### `editWithAI.seed`

If you make several calls to the Image Editing API with the same image and prompt, you will notice that it will generate a different edited image image every time.

In order to reduce the randomness, you can set a fixed value for the seed that the API's random generator will use. The value of the argument `editWithAI.seed` can be any positive integer.

If you provide a value for `editWithAI.seed`, then the API should produce similar-looking outputs for the same image and prompt.
