{"info":{"title":"megvii-research/nafnet/denoise","version":"1.0.0"},"paths":{"/":{"post":{"summary":"Denoise","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"}}},"description":"Successful Response"}},"operationId":"nafnet_denoise","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Input"}}},"required":true}}},"/health-check":{"get":{"summary":"Healthcheck","responses":{"200":{"content":{"application/json":{"schema":{"title":"Response Healthcheck Health Check Get"}}},"description":"Successful Response"}},"operationId":"healthcheck_health_check_get"}}},"openapi":"3.1.0","components":{"schemas":{"Input":{"type":"object","title":"Input","required":["image_url"],"properties":{"seed":{"type":"integer","title":"Seed","x-order":1,"description":"Optional seed for reproducible results."},"image_url":{"type":"string","title":"Image URL","format":"uri","x-order":0,"description":"URL of the noisy or grainy image to denoise and restore."}},"x-fal-order-properties":["image_url","seed"]},"Output":{"type":"string","title":"Output","format":"uri","description":"URL of the denoised, restored image."}}}}