{"info":{"title":"ModelRunner OpenAPI schema for stepfun-ai/got-ocr/v2","version":"0.1.0"},"paths":{"/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":["input_image_urls"],"properties":{"do_format":{"type":"boolean","title":"Do Format","default":false,"x-order":1,"description":"Return the recognized text in formatted (Markdown/LaTeX) mode."},"input_image_urls":{"type":"array","items":{"type":"string","format":"uri"},"title":"Input Image URLs","x-order":0,"minItems":1,"description":"URLs of the image(s) to extract text from."}},"x-fal-order-properties":["input_image_urls","do_format"]},"Output":{"type":"string","title":"Output","description":"Recognized text extracted from the input image(s)."}}}}