Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.fapihub.com/llms.txt

Use this file to discover all available pages before exploring further.

Remove the background and apply a blur effect to what’s left, or blur the existing background.
https://fapihub.com/v2/rembg/blur/

Result

Image
Image

Headers

ApiKey
string
required
Your API token.

Body

image
file
required
The image file to process. Send as multipart form data.
radius
integer
required
Blur radius (max 50).

Code Samples

curl -X POST "https://fapihub.com/v2/rembg/blur/" \
  -H "ApiKey: API_TOKEN" \
  -F "image=@image.jpg" \
  -F "radius=10"

Responses

Binary image data (the processed image with background removed)