Product imagery, simplified

A clear stage
for every product.

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

The output studio
02 / Catalog canvasOPTIK2000 × 2000
Illustration of output formats2 credits
JPEG · PNG · WebPUploads up to 10MBPay for successful resultsREST API + browser playground

Choose your finish

Two services. One consistent catalog.

Use a transparent cutout in your own design, or get a product image ready for a white-background catalog.

01 / Background removal

Let your product stand alone.

Remove the surrounding background and get a transparent PNG. Ready for your storefront, creative layouts, and product pages.

Transparent PNG1 credit / image
Explore background removal
02 / E-commerce preparation

Give every image its place.

Remove the background, optically center your product, and place it on a consistent 2000 × 2000 white canvas.

2000 × 2000 white canvas2 credits / image
Explore e-commerce preparation

Less editing. More publishing.

Your catalog deserves
a consistent point of view.

A background that fits

Choose transparency or a clean white canvas.

Space for the product

Optical centering and consistent margins for catalog images.

Clear credit usage

Credits are charged for successful processing.

Integration

Up and running in three steps

01

Create an API key

Sign up and generate a key from your dashboard in seconds. Keys start with optk_ and can be revoked anytime.

02

POST your image

Send a multipart/form-data request with your file to remove-background or prepare-product. JPEG, PNG, or WebP up to 10MB.

03

Get a catalog-ready result

Receive a JSON response with a base64 data URL — a transparent cutout or a centered 2000×2000 product image.

For Developers

Built for developers

No complex SDKs required. Just standard HTTP requests with your favorite language. Clean JSON responses and predictable behavior.

  • RESTful API with API key authentication
  • Predictable JSON responses
  • Job IDs to track requests and results

# 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

}

FAQ

Frequently asked questions

Everything you need to know about credits, formats, and responses.

Still have questions? Get in touch or check the API documentation.

See the difference on your own product.

Get 20 free credits upon sign up. No credit card required. Connect the API and transform your catalog in minutes.

Create Free Account