How to Integrate Our Background Removal API into Your App
Our background removal API is coming soon — here's how to prepare for integration.
Why Add Background Removal to Your App
E-commerce sellers, photographers, and designers frequently need to remove backgrounds from product photos. Offering this as a built-in feature in your app eliminates the need for users to switch between tools.
API Authentication
All API requests are authenticated using API keys. Each user gets a unique API key pair (key ID + secret). Never share your secret — treat it like a password.
Quick Integration Example
const client = new JmgbbClient({ apiKeyId: 'ak_xxxx', apiKeySecret: 'your-secret' })
// Remove background from an image const result = await client.removeBackground('./product-photo.jpg') console.log(result.url) // URL of background-free image ```
Rate Limits
Free tier: 20 requests per hour per API key. Higher limits available for paid plans.
SDK Availability
JavaScript/TypeScript SDK: npm install jmgbb-sdk — coming Q2 2026
Python SDK: pip install jmgbb — coming Q2 2026
Join the waitlist to get early access when the API launches.