{"openapi": "3.0.3", "info": {"title": "mybimapi/create_thumbnail_image", "version": "latest"}, "paths": {"/api/v4/mybimapi/create_thumbnail_image/": {"post": {"operationId": "invoke_mybimapi_create_thumbnail_image", "requestBody": {"required": true, "content": {"multipart/form-data": {"schema": {"type": "object", "properties": {"models": {"type": "array", "items": {"type": "string", "format": "binary"}}, "width": {"type": "integer"}, "height": {"type": "integer"}, "default_color": {"type": "string"}, "include_spaces": {"type": "boolean"}, "enable_ssao": {"type": "boolean"}}, "required": ["models", "width", "height", "default_color", "include_spaces", "enable_ssao"]}, "encoding": {"entity_types": {"style": "form", "explode": true}}}}}, "responses": {"200": {"description": "OK"}}}}}}