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
- Background Remover
- Face Cutout
- Photo Enhancer
- Photo Colorizer
- Image Retouch
- Cartoon Selfie
- Passport Photo
- Photo Animer
- Photo Color Correction
Fetch Credit Balance API
Price For API Call
type of API | price |
---|---|
Background Remover | Each 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 Cutout | Each successful API call costs 1 credit via API |
Photo Color Correction | Each 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 Photo | Each 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 Retouch | Each successful API call costs 1 credit |
Cartoon Selfie | Each successful API call costs 2 credits |
Photo Enhancer | Each successful API call costs 2 credits |
Photo Colorizer | Each 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