POST

Remove an image's background to a transparent PNG with refined hair and edge handling. Powered by Bria

/v1/background-remove-pro

Powered by Replicate

Request → Response

Examples from schemas.json.

Requestapplication/json
POST /v1/background-remove-pro
Content-Type: application/json

{
  "image": "https://tools402.dev/og/og-docs.png"
}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Remove an image's background to a transparent PNG with refined hair and edge handling. Powered by Bria via Replicate.

Cloud platform to run open-source machine learning models via API.

Request schema

Body: JSON · application/json

FieldTypeDescription
imagestringrequired
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/background-remove-pro \
  -H "Content-Type: application/json" \
  -d '{
  "image": "https://tools402.dev/og/og-docs.png"
}'

402 payment flow omitted — see Integrations for settlement.