Skip to content

Introduction ​

Hi, developers, welcome to use cutout.pro's API. The following are some basic introductions to your access service. Hope you can find the AI ​​technology capabilities that are suitable for your business here. Thank you for using!

Quick start ​

Obtain API Key ​

Click to get your exclusive API Key

Simple call example ​

Use the http post protocol to upload pictures and call the portrait cutout API

curl -H 'APIKEY: INSERT_YOUR_API_KEY_HERE' \
     -F 'file=@/home/roy/images/1.jpg'     \
     -f 'https://www.cutout.pro/api/v1/matting' \
     -o out.png

More examples ​

More coding language examples can be found in github: https://github.com/cutout-pro We also build a java sdk: https://mvnrepository.com/artifact/pro.cutout/cutout-java-sdk-core

More APIs ​

IMAGE PROCESSING API ​

Video PROCESSING API ​

Fetch Credit Balance API ​

Fetch Credit Balance API

Price For API Call ​

type of APIprice
Background RemoverEach successful API call costs 1 credit;Preview image (up to 0.25 megapixels, e.g. 500x500) costs 1/4 credit via API or desktop App.
Face CutoutEach successful API call costs 1 credit via API
Photo Color CorrectionEach successful API call costs 1 credit;Preview image (up to 0.25 megapixels, e.g. 500x500) costs 1/4 credit via API or desktop App.
Passport PhotoEach successful API call:If you only need passport photo ,1 credit will be cost;if you need passport photo & outfit/suit change, a total of 2 credits will be cost;
Image RetouchEach successful API call costs 1 credit
Cartoon SelfieEach successful API call costs 2 credits
Photo EnhancerEach successful API call costs 2 credits
Photo ColorizerEach successful API call costs 2 credits

Error Code Description ​

Click here to view the error description

Frequently asked questions ​

  • Q: What are the requirements for the input image format?
  • A: Support PNG, JPG, JPEG, BMP, WEBP
  • Q: Is there a limit to the supported image size?
  • A: The maximum resolution uploaded at present is 4096x4096 pixels, and the image file size is less than 15MB
  • Q: Request QPS limit?
  • A: Supports 5 simultaneous requests per second