Let your product stand alone.
Remove the surrounding background and get a transparent PNG. Ready for your storefront, creative layouts, and product pages.
Product imagery, simplified
From everyday photo to catalog-ready image. Remove the background or place your product on a clean, centered canvas—with one API call.
20 free credits. No credit card required.
01
Simple integration
PNG
Transparent cutouts
2000²
Catalog canvas
Choose your finish
Use a transparent cutout in your own design, or get a product image ready for a white-background catalog.
Remove the surrounding background and get a transparent PNG. Ready for your storefront, creative layouts, and product pages.
Remove the background, optically center your product, and place it on a consistent 2000 × 2000 white canvas.
Less editing. More publishing.
Choose transparency or a clean white canvas.
Optical centering and consistent margins for catalog images.
Credits are charged for successful processing.
Sign up and generate a key from your dashboard in seconds. Keys start with optk_ and can be revoked anytime.
Send a multipart/form-data request with your file to remove-background or prepare-product. JPEG, PNG, or WebP up to 10MB.
Receive a JSON response with a base64 data URL — a transparent cutout or a centered 2000×2000 product image.
No complex SDKs required. Just standard HTTP requests with your favorite language. Clean JSON responses and predictable behavior.
# 2 credits · 2000×2000 white canvas
$ curl -X POST \
https://optikapi.uyukusb.workers.dev/api/v1/prepare-product \
-H "Authorization: Bearer optk_your_key" \
-F "file=@product.jpg"
# → 200 OK
{
"job_id": "job_7b1d4e8a",
"status": "succeeded",
"output_url": "data:image/png;base64,...",
"reserved_credits": 2
}
Everything you need to know about credits, formats, and responses.
Still have questions? Get in touch or check the API documentation.
Get 20 free credits upon sign up. No credit card required. Connect the API and transform your catalog in minutes.
Create Free Account