{"name":"cf-media-worker","endpoints":{"health":"GET /health","removeBackground":{"method":"POST /remove-background","body":{"sourceUrl":"https://example.com/product.png","sourceR2Key":"uploads/input.png","outputR2Key":"outputs/input-rmbg.png","format":"image/png","quality":90},"note":"Provide exactly one of sourceUrl or sourceR2Key. If outputR2Key is omitted, the Worker streams the transformed image back.","auth":{"bearer":"Authorization: Bearer <API_TOKEN>","signed":["x-rmbg-timestamp: <unix-seconds>","x-rmbg-signature: <hex hmac sha256 of timestamp + method + path + body>"]}},"queryModeExample":"/remove-background?url=https://example.com/product.png&format=image/webp"}}