# Pricing

The Image Editing API is part of our "Plus plan" and each API call is priced at $0.10.

This means that an API call can include as many edit options as needed, **with no impact on the price**.

For example, you can combine using [AI Beautifier](/image-editing-api-plus-plan/ai-beautifier.md) along with other features, such as [AI Shadows](/image-editing-api-plus-plan/ai-shadows.md) or [AI Backgrounds](/image-editing-api-plus-plan/ai-backgrounds.md), without having to worry about any variation in the price of the API call:

|        *(original image)*        |       *(beautified image)*       | (*beautified image and* [*AI Shadows*](/image-editing-api-plus-plan/ai-shadows.md)*)*               | (*beautified image and* [*AI Backgrounds*](/image-editing-api-plus-plan/ai-backgrounds.md)*)*       |
| :------------------------------: | :------------------------------: | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| ![](/files/CD1N6mis7wlJmnx0keVH) | ![](/files/mbTZFSVuIuP0TAwilR61) | ![](/files/0hlQc2LmuZzw7h3mIkar)                                                                    | ![](/files/EnMCK3sPtUTNthH6yDkR)                                                                    |
| ![](/files/dnj8XebehZSgWm8yj61R) | ![](/files/cPp4V9kGY3iGos2fNhLc) | <div><figure><img src="/files/XHYXzZxEwSxEk3EjBfyG" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/Kxhpqqirbq8IVSRbrwsi" alt=""><figcaption></figcaption></figure></div> |
| ![](/files/L92Scf1HLT69sbr8KrCu) | ![](/files/mALAuq7TNky65Oi5YzFz) | ![](/files/oEN1Ai1a9gPxlG2wai37)                                                                    | ![](/files/Xnduxlg1Jbh1VE8QlpOD)                                                                    |
| ![](/files/FcOBybfrjo0uJDRXiivC) | ![](/files/Ru1OahVmbbwrLQxOy2xf) | ![](/files/HmGSLpRjjQTu9dutcycR)                                                                    | ![](/files/xtPbzRUMunuua3SY3P6C)                                                                    |
| ![](/files/CwvHUcM0hQJMMmaeDPsF) | ![](/files/BOn0plbVRzdpI9AtHo6B) | ![](/files/zrtaBoNU42d7ZYjUMnXl)                                                                    | ![](/files/ujBHUlosTJ1w433CYW0K)                                                                    |
| ![](/files/kukyP5Ou0NSsxcWui42e) | ![](/files/EPfrHhAh6jinrYgDjJTv) | ![](/files/tkdFzsQBonswc0OwSLOC)                                                                    | ![](/files/knwNQGDu5CC1wlbTvhET)                                                                    |
| ![](/files/j7JHReBLgk7PcTMHuz53) | ![](/files/Um4KxhqJrY2PGbfuo9st) | ![](/files/Yd6gNBeDyf3WRHosF8ac)                                                                    | ![](/files/HAfEiDawG9T9FNxRvabf)                                                                    |

Edit options include:

* Background Removal
* [Smart Positioning](/image-editing-api-plus-plan/positioning.md)
* [AI Shadows](/image-editing-api-plus-plan/ai-shadows.md)
* [AI Backgrounds](/image-editing-api-plus-plan/ai-backgrounds.md)
* [AI Relighting](/image-editing-api-plus-plan/ai-relight.md)
* [AI Text Removal](/image-editing-api-plus-plan/ai-text-removal.md)
* [AI Expand](/image-editing-api-plus-plan/ai-expand.md)
* [AI Uncrop](/image-editing-api-plus-plan/ai-uncrop.md)
* [AI Beautifier](/image-editing-api-plus-plan/ai-beautifier.md)
* [Describe Any Change](/image-editing-api-plus-plan/edit-with-ai.md)

Details of the pricing are [available here](https://www.photoroom.com/api/pricing).

{% hint style="info" %}
For testing and prototyping, you can use [sandbox mode](/image-editing-api-plus-plan/sandbox-mode.md), which allows you to make free calls to the Image Editing API.
{% endhint %}

{% hint style="warning" %}
Calling the API twice with the same input image and the same edit options will be billed as 2 separate calls.&#x20;

We plan on adding caching but it’s not available yet.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.photoroom.com/image-editing-api-plus-plan/pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
