{"info":{"title":"bria/background/remove","version":"1.0.0"},"paths":{"/":{"post":{"summary":"Background Remove","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"}}},"description":"Successful Response"}},"operationId":"bria_background_remove","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Input"}}},"required":true}}}},"openapi":"3.1.0","components":{"schemas":{"Input":{"type":"object","title":"Input","required":["image_url"],"properties":{"image_url":{"type":"string","title":"Image URL","format":"uri","x-order":0,"description":"The source image to remove the background from. The subject is preserved and the background is replaced with transparency; the output keeps the input's dimensions."}},"x-fal-order-properties":["image_url"]},"Output":{"type":"string","title":"Output","format":"uri","description":"The background-removed image as a transparent PNG."}}}}