{"openapi":"3.1.0","info":{"title":"OverlayRemover","version":"1.0.0","description":"Removes overlaid text, captions, stickers, and subtitles from images.","x-guidance":"POST /remove with a JSON body {\"image\": \"<data URL>\"} (image/png, image/jpeg, or image/webp, up to 8 MB). The first call returns HTTP 402 with MPP challenges: pay with Tempo ($0.10) or a Stripe Shared Payment Token ($0.50, e.g. via link-cli). Retry with the credential to receive a presigned PNG download URL valid 15 minutes.","contact":{"email":"hello@overlayremover.com"}},"paths":{"/remove":{"post":{"operationId":"removeOverlay","summary":"Remove overlaid text, stickers, and graphics from one image","x-payment-info":{"price":{"mode":"dynamic","currency":"USD","min":"0.100000","max":"0.500000"},"protocols":[{"mpp":{"method":"tempo","intent":"charge","currency":"0x20c000000000000000000000b9537d11c60e8b50"}},{"mpp":{"method":"stripe","intent":"charge","currency":"usd"}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"image":{"type":"string","minLength":1,"description":"data URL, image/png | image/jpeg | image/webp, up to 8 MB"}},"required":["image"]}}}},"responses":{"200":{"description":"Overlay removed.","content":{"application/json":{"schema":{"type":"object","properties":{"format":{"type":"string"},"download_url":{"type":"string","description":"presigned PNG URL, valid 15 minutes"},"expires_in_seconds":{"type":"number"}},"required":["format","download_url","expires_in_seconds"]}}}},"402":{"description":"Payment Required"}}}}}}