Back to Home
bg-remover.ferozomer.dev Hub

Magic API

Integrate professional-grade background removal into your applications in minutes. Powered by bg-remover.ferozomer.dev.

Authentication

During our beta phase, the API is open for trial use without an API key. For high-volume production use, please contact support for a token.

Remove Background

POST/api/v1/remove-bg

Upload an image and receive a processed version with the background removed. The server handles all the magic—automatic detection and refined masking.

Request Body

ParameterTypeDescription
imagefileThe image file to process (multipart/form-data)

Success Response

{
  "success": true,
  "url": "https://bg-remover.ferozomer.dev/api/get?__sig=7d4x798W...&__expires=1775743735&id=omNfC0Uu",
  "id": "omNfC0Uu"
}

Quick Examples

cURL
curl -X POST \
  -F "image=@photo.jpg" \
  https://bg-remover.ferozomer.dev/api/v1/remove-bg
© 2026 BG-REMOVER.FEROZOMER.DEV Hub • All rights reserved