Integrate our background removal directly into your applications.
POST /v1/remove
curl -X POST "https://api.removebackground.fun/v1/remove" \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "image=@/path/to/your/image.jpg" \
-F "size=auto"
image (required): Image file to processsize: Output size ("auto", "preview", "full")format: Output format ("png", "jpg")
{
"success": true,
"result_url": "https://cdn.removebackground.fun/results/abc123.png",
"credits_used": 1
}
Include your API key in the header:
Authorization: Bearer YOUR_API_KEY
Get your API key (requires account)