Hi there,
I’d like to make sure about the API pricing. We can see a price per image but how is it calculated ? If I need to remove a background, replace it with a color background and resize, all that on the same image, will it count for 1 image (0.02$ on the basic plan) or will it count for 3 images ?
Thank you very much
Hi @Giovanni ,
We have a page regarding API pricing here for your reference.
Let me know if anything is still unclear!
Hi, yes I saw this API pricing page but I’m not really sure
Based on the API pricing tabs, the Remove Background API is available through the Basic Plan for €0.02 per image
I’m willing to build an AI automation with your MCP solution. So now I understand the price is not really calculated based on image but on API calls (which is quite logical). But if I use your MCP server, if I need to :
1 - Remove background
2 - Put a color background
3 - Resize image
All 3 steps on the same image through the MCP server. Will it count for 1 API call (0.02€) or 3 different API calls (0.06€) ?
Thank you very much
Thats a good question @Giovanni.
The Basic Plan Remove Background API (at €0.02 per call) includes three optional parameters — bg_color
, size
, and crop
— allowing you to:
- Remove the background
- Replace it with a solid color
- Resize and/or crop
All within a single API request
So if your workflow on the MCP server chains these steps like this:
- Remove background
- Set background color
- Resize image
…it’s still counted as one call at €0.02, not €0.06. As long as you’re using those options together in the same Remove Background API call, that’s all it costs.
1 Like
Thank you very much for the info, it is very clear now
1 Like