{"access":{"authentication":{"format":"L402 {macaroon}:{proof_of_payment}","header":"Authorization","protocols":["L402","MPP"],"format_mpp":"Payment <base64url_json>"},"endpoint":"https://sats4ai.com/api/l402/remove-object","method":"POST"},"content_type":"api","cover_url":"","description":"Remove unwanted objects from images by describing what to remove. Combines Grounding DINO (ECCV 2024) object detection with Bria Eraser neural inpainting. Just say what to remove — no mask needed. 15 sats per image, no API key or signup needed.\n\nSend image and describe what to remove:\n```\n{ \"image\": \"<base64>\", \"query\": \"person\" }\n```","name":"Smart Object Removal","pricing":[{"tier":"Standard","amount":15,"currency":"SATS"}],"quality":{"detection":{"model":"Grounding DINO","paper":"Grounding DINO: Marrying DINO with Grounded Pre-Training (ECCV 2024)"},"removal":{"model":"Bria Eraser","paper":"Bria AI (commercially licensed)","runs":"227K+"}},"response_body":{"image_url":{"type":"string","description":"URL to the cleaned image (temporary, download promptly)"}},"request_body":{"image":{"type":"string","required":true,"description":"Base64-encoded image or data URI"},"query":{"type":"string","required":true,"description":"What to remove (e.g. 'person', 'car', 'watermark')"},"box_threshold":{"type":"number","required":false,"description":"Detection confidence threshold, 0-1, default 0.25"},"text_threshold":{"type":"number","required":false,"description":"Text matching threshold, 0-1, default 0.25"}}}