Built for a more sustainable and scalable business model, Vmake API maximizes your efforts and boosts your productivity. Seamlessly incorporate best-in-class image processing AI into your products and workflows. Begin with a free API key request.
Input
Output
Input
Output
Input
Output
Input
Output
curl --location 'https://open.vmake.ai/api/v1/image/remove-background' \
--header 'content-type: application/json' \
--header 'X-Sign: YOUR_SIGN' \
--header 'X-Timestamp: TIMESTAMP_OF_CREATING_YOUR_SIGN' \
--header 'X-Nonce: YOUR_NONCE' \
--header 'X-App-Key: YOUR_APP_KEY' \
--data '{
"image": "YOUR_IMAGE_FILE_BASE64"
}'