Skip to main content
remove-bg.io remove-bg.io

د پراختیا کوونکو لپاره پیاوړی د شالید لرې کولو API

زموږ د مضبوط او انعطاف وړ API په مرسته د مصنوعي ځیرنې پر بنسټ د شالید لرې کول خپلو اپلیکیشنونو ته یوځای کړئ.

د API کیلي ترلاسه کړئ

اسانه یوځای کیدل

په څو کرښو کوډ کې د خپل اپلیکیشن په دننه کې د شالید لرې کول پلي کړئ. زموږ ښه مستند شوی API او د مشهورو ژبو لپاره SDKs (Python، JavaScript، PHP، Ruby، Go، Java) یوځای کیدل ساده کوي.

د بیلابیلو اپلیکیشنونو لپاره د دودیز کیدو وړ محصول

د شالید د لرې کولو پروسه د خپلو اړتیاو سره برابره کړئ. پیرامیټرونه تنظیم کړئ، په مختلفو فارمتونو کې صادر کړئ، او حتی د API د درخواست په یوه فراخوانۍ کې شالید بدل کړئ.

د سوداګریزې کچې فعالیت

د کچې او چټکتیا لپاره جوړ شوی. زموږ API په هره ورځ د ملیونونو درخواستونو سره ټکر کوي په ټیټ ځنډ سره، ډاډ ورکوي چې ستاسو اپلیکیشنونه په پایدار ډول غبرګون ورکوونکي او چټک پاتې کیږي.

په خپل اپ کې نوې ځانګړتیاوې خلاصې کړئ

خپلو کاروونکو ته د انځور د ایډیټ پرمختللې وړتیاوې ورکړئ. د برېښنايي سوداګرۍ پلیټفارمونو څخه تر ټولنیزو رسنیو اپلیکیشنونو پورې، امکانات بې پایه دي.

د پراختیا کونکو لپاره وړاندیز شوي وسایل

How a small dev ډله shipped a profile-انځور cropper feature in one sprint

A four-person development ډله building a hobby-بازار app needed a profile-انځور feature that turned a user's casual phone shot into a پاک catalog-grade avatar. The PM wanted it in the بل sprint, the ډیزاینر wanted on-برانډ backdrops the user could pick from, and the پلیټفارم ډله wanted no new server bills. A traditional integration would have meant a paid API key, a new microservice, and a queue.

The ډله wired the سمونګر's in-browser cutout into the existing پورته کړئ flow as a client-side step. The user picks a انځور, the cutout runs locally on their device, the user picks one of three برانډ-aligned backdrops, and the resulting JPEG goes straight to the same R2 bucket the rest of the پورته کړئ flow uses. No server-side پروسس کول, no key rotation, no per-request billing. The whole feature shipped in 480 lines of code, including the picker UI and the analytics events.

The feature went live at the end of the sprint, processed 14,000 avatars in the first میاشت with no extra infrastructure cost, and dropped the ډله's profile-completion rate from 31 percent to 58 percent because the picker felt like a curated experience instead of an awkward پورته کړئ field. The پلیټفارم bill stayed flat. The ډله kept the same pattern in mind for a future محصول-لیست انځور step.

"We needed an avatar cropper that didn't add a server-side service or a paid API. Wiring the in-browser cutout into our پورته کړئ flow took one sprint and shipped at zero marginal cost per user. The پلیټفارم ډله noticed our request graph didn't change."
Lead engineer Hobby-بازار iOS app
"I'm the only engineer and I needed a profile-انځور step that didn't pull in a third-party SDK we'd have to babysit forever. A client-side cutout meant I shipped the feature, then forgot په اړه it. No keys to rotate, no rate limits, no ملاتړ tickets six میاشتې later."
Indie SaaS founder Two-person ډله, B2B niche
"Bundling a heavyweight SDK into a starter template makes the whole project feel bloated. The browser-side approach means contributors can fork the template and not need to set up a third-party account. Adoption of the انځور step is up since I switched."
خلاصول-source maintainer Headless commerce starter

Picks that fit a پراختیا کوونکی workflow

Common questions for پراختیا کوونکي

Is there a stable API for the in-browser cutout, or do I need to embed the سمونګر iframe?

The سمونګر exposes a small JavaScript surface that you can call from your own page once the model is loaded. The cutout returns a Blob you own, so you can pipe it directly to your existing پورته کړئ pipeline. The model loader handles caching across sessions via the Cache API, so the ثانیه visit is چټک. There is no iframe required and no postMessage handshake, the function is invokable like any other client-side انځور operation.

What's the cold-start cost of the model on a first-time visitor?

First-load fetches the WASM runtime and the model weights, which together are roughly 30 MB on the wire. A عصري broadband connection gets that in two or three ثانیې; a slow mobile network closer to ten. Subsequent visits hit the Cache API and start instantly. For latency-sensitive apps, a preload hint in the HTML head warms the cache before the user reaches the انځور step. Server-assisted fallback is available for devices that can't run the model locally.

Are there usage limits or quotas if I integrate this into a commercial محصول?

The browser-side pipeline runs on the user's device, so there is no per-request quota and no rate limit to negotiate. Server-assisted fallback for the rare device that cannot run the model locally has its own quota documented separately. For high-volume commercial integrations the recommendation is to handle the local-cutout path as the default and surface server fallback only on capability detection failure, which keeps cost predictable as you scale.

Ship a انځور feature without adding a service

Wire the in-browser cutout into your existing پورته کړئ component, keep the فایل on the user's device, and pipe the پایله straight to your storage.

اوس جوړول پیل کړئ