{"info":{"title":"bria/fibo-edit/colorize","version":"1.0.0"},"paths":{"/":{"post":{"summary":"Colorize","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"}}},"description":"Successful Response"}},"operationId":"bria_fibo_edit_colorize","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","color"],"properties":{"color":{"allOf":[{"$ref":"#/components/schemas/ColorEnum"}],"title":"Color","default":"contemporary color","x-order":1,"description":"The color palette or aesthetic for the output image."},"image_url":{"type":"string","title":"Image URL","format":"uri","x-order":0,"description":"The source image to colorize or color-grade."}},"x-fal-order-properties":["image_url","color"]},"Output":{"type":"array","items":{"type":"string","format":"uri"},"title":"Output","description":"The generated image files."},"ColorEnum":{"enum":["contemporary color","vivid color","black and white colors","sepia vintage"],"type":"string","title":"ColorEnum","description":"Color palette or aesthetic options."}}}}