Removit API-dokumentation

Denne API-dokumentation henvender sig til udviklere, der ønsker at integrere Removits billedbehandling i deres værktøjer eller applikationer.

Denne dokumentation er i øjeblikket kun skrevet på engelsk for at sikre ensartethed og løbende opdateringer. Om nødvendigt kan du bruge et oversættelsesværktøj til at læse indholdet på dit sprog.

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.