Documentation API Removit

Cette documentation API s’adresse aux développeurs qui souhaitent intégrer le traitement d’image de Removit dans leurs outils ou applications.

Cette documentation est actuellement rédigée uniquement en anglais afin de garantir sa cohérence et sa mise à jour continue. Si nécessaire, vous pouvez utiliser un outil de traduction pour consulter le contenu dans votre langue.

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.