$0.01
per call · USD Coin on Base
Remove an image background from an HTTPS URL and return a temporary transparent PNG URL. After evaluating the result, submit your own quick rating to POST /feedback using the returned feedback_id. Feedback is free; no payment is required. Help us improve the service!
Endpoint
POST https://pixels.gateway.clawca.sh/api/remove-background9
Calls / 30d
2
Unique payers / 30d
Sep 10
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://pixels.gateway.clawca.sh/api/remove-background", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"imageUrl": "https://example.com/image.png"
}),
});
const data = await res.json();curl -X POST \
"https://pixels.gateway.clawca.sh/api/remove-background" \
-H "Content-Type: application/json" \
-d '{"imageUrl":"https://example.com/image.png"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"expiresAt": "2026-09-10T08:00:00Z",
"resultUrl": "https://pixels.gateway.clawca.sh/v1/results/00000000-0000-4000-8000-000000000000"
}Payment details
0x9acfdc5a3d6bfbb127615751e0f0e44014e32abfUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Clawca & similar services
Clawca · Link Inspect
pixels.gateway.clawca.sh
Inspect a public HTTPS URL for redirects, metadata, content type, word count, and content hash.
Clawca · Passport URL
pixels.gateway.clawca.sh
Analyze an HTTPS image URL and return a structured image passport. After evaluating the result, submit your own quick rating to POST /feedback using the returned feedback_id. Feedback is free; no payment is required. Help us improve the service!
StableTravel · Seats Aero Availability
stabletravel.dev
Retrieve bulk cached Seats.aero award availability for a mileage program, optionally filtered by region, date, and cabin.