{"info":{"title":"recraft/vectorize","version":"1.0.0"},"paths":{"/":{"post":{"summary":"Vectorize","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"}}},"description":"Successful Response"}},"operationId":"recraft_vectorize","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 URL of the image to be vectorized. Must be in PNG, JPG or WEBP format, less than 5 MB in size, have resolution less than 16 MP and max dimension less than 4096 pixels, min dimension more than 256 pixels."}},"x-fal-order-properties":["image_url"]},"Output":{"type":"string","format":"uri","title":"Output","description":"The vectorized SVG file."}}}}