{"info":{"title":"microsoft/florence-2-large/dense-region-caption","version":"1.0.0"},"paths":{"/":{"post":{"summary":"Florence-2 Large Dense Region Caption","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"}}},"description":"Successful Response"}},"operationId":"florence_2_large_dense_region_caption","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":{"image_url":{"type":"string","title":"Image URL","format":"uri","x-order":0,"description":"URL of the image to detect and caption regions in."}},"x-fal-order-properties":["image_url"]},"Output":{"type":"string","title":"Output","format":"uri","description":"URL of the annotated image with each detected region drawn as a box labeled with a short caption."}}}}