canonical: https://jentic.com/apis/slazzer.com/slazzer

# Slazzer Background Removal API

AI-powered background removal API. Supports image upload, URL, and base64 input. Returns transparent PNG, custom background, or alpha mask. The API exposes 12 endpoints secured with apiKey authentication.

## For AI agents

Programmatically remove background from an image, get credit information. Covers 12 operations with apiKey authentication.

## Scope

Does not handle payments, communications, or developer tools - use for crm only.

## Capabilities

- Remove background from an image
- Get credit information
- AI Automobile processing
- Query and filter Slazzer Background Removal API records by parameters
- Monitor Slazzer Background Removal API operational status and events

## Use cases

### CRM Operations

Use the Slazzer Background Removal API to perform crm operations programmatically. The API provides 12 endpoints covering core functionality including remove background from an image, get credit information, ai automobile processing.

Example prompt: Call POST /remove_image_background to remove background from an image

### Automated Background Removal Management

Automate background removal operations by combining multiple Slazzer Background Removal API endpoints. Agents can get credit information and then ai automobile processing in a single workflow.

Example prompt: Call GET /credit to get credit information, then verify the result

### AI Agent Integration via Jentic

AI agents discover and call Slazzer Background Removal API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle apiKey tokens manually.

Example prompt: Search Jentic for 'remove background from an image', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| POST | `/remove_image_background` | Remove background from an image |
| GET | `/credit` | Get credit information |
| POST | `/ai-automobile` | AI Automobile processing |
| POST | `/ai-upscale` | AI Image Upscale |
| POST | `/ai-enhance` | AI Image Enhance |
| POST | `/ai-de-oldify` | AI De-oldify |
| POST | `/ai-relighting` | AI ReLighting |
| POST | `/ai-shadow` | AI Shadow |

## Key resources

- **Background Removal** — Operations related to Background Removal
- **Credits** — Account credit information
- **AI Processing** — AI-powered image processing endpoints
- **Catalogue AI** — AI-powered product catalogue image processing

## AI readiness

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

- **Score:** 65 / 100
- **Maturity:** AI-Aware
- **Dimensions:**
  - Foundational Compliance: 100 / 100
  - Developer Experience & Jentic Compatibility: 63 / 100
  - AI-Readiness & Agent Experience: 52 / 100
  - Agent Usability: 94 / 100
  - Security: 50 / 100
  - AI Discoverability: 54 / 100
- **View full report:** https://jentic.com/apis/slazzer.com/slazzer/scorecard
- **How the score is calculated:** https://docs.jentic.com/reference/api-readiness-framework/overview/
- **More about the dimensions:** https://docs.jentic.com/reference/api-readiness-framework/specification/#dimensional-model-overview

### Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

- **Score your own API:** https://jentic.com/scorecard.md
- **Scoring CLI agent skill:** https://github.com/jentic/jentic-api-scorecard/blob/main/skills/jentic-api-scorecard/SKILL.md

```sh
npx @jentic/api-scorecard-cli score <openapi-url>
```

## Why Jentic

- **Setup:** Wiring the Slazzer Background Removal API by hand means sending your key in the API-KEY header to api.slazzer.com/v2.0 and handling image upload and processing responses yourself. Through Jentic you install once, import Slazzer from the API Directory, store the API key once, and your agent calls it.
- **Permission scoping:** Slazzer passes image input in the request body rather than a resource id in the path, so limit the agent to the operations it needs, such as removing an image background or checking credit. Other processing operations like upscale or relighting are not included unless you add them to the allowed set.
- **Credential handling:** Your Slazzer API key is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'remove an image background' or 'check remaining credit', and Jentic returns the matching Slazzer operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Hubspot** — Alternative crm API
- **Salesforce** — Alternative crm API
- **Pipedrive** — Complementary crm API
- **Zoho** — Complementary crm API

## FAQ

### What authentication does the Slazzer Background Removal API use?

The Slazzer Background Removal API uses an API key passed in the `API-KEY` header. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

### Can I remove background from an image with the Slazzer Background Removal API?

Yes. Use the POST /remove_image_background endpoint. The API returns structured JSON responses that agents can parse and act on directly.

### What are the rate limits for the Slazzer Background Removal API?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

### How do I remove background from an image through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'remove background from an image'. Jentic returns the matching Slazzer Background Removal API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

### How many endpoints does the Slazzer Background Removal API have?

The Slazzer Background Removal API exposes 12 endpoints covering background removal, credits, ai processing operations.

### Can I limit what my agent is allowed to do with the Slazzer Background Removal API?

Yes. Jentic One is self-hosted, so you set the rules that decide which Slazzer operations and credentials your agent may use. Because Slazzer passes image data in the request body rather than a resource id in the path, you scope access at the operation level, for example allowing only POST /remove_image_background and GET /credit while leaving other processing operations such as ai-upscale or ai-relighting out of the allowed set. The stored API key is injected only for the operations you have approved, so the agent cannot call anything you did not grant.
