Removit API 文档

Removit API 是一种图像处理 API,旨在为品牌、电子商务参与者以及大规模网络和打印工作流程自动化产品视觉效果的制作。

请注意,以下内容是从英文翻译而来,可能存在一些不准确之处。我们建议您参考英文版本以获取最准确的信息。

Overview

Introduction

Removit API is an asynchronous image processing API built for background removal, clipping, and generated image assets in ecommerce, media operations, and backend automation.

It works as an asynchronous API: send an image through the upload image API, receive a job_id immediately, then use the job status API to poll until the final output is ready.

This API documentation page helps developers move quickly from overview to endpoint reference, practical guides, and backend troubleshooting.

Base URL

The core API contract starts here

https://api.removit.eu/api/v1
Overview

What developers can do with Removit API

The API documentation is designed for developers who need a REST API image workflow covering upload, image processing, asynchronous job tracking, and final asset delivery.

Upload image API

Send a remote file_url or a direct multipart file depending on where the source image lives at integration time.

Asynchronous API model

Create a processing job instantly, store the returned job_id, and let your backend monitor completion separately.

Background removal and clipping

Choose the processing mode that matches your image workflow, from clean cutouts to parameterized render sets.

Documentation hub

Go directly to the part of the API documentation you need

Use this hub to jump directly to the right part of the API documentation, whether you are onboarding a new integration or debugging a backend image processing flow.