uecapabilityparser icon indicating copy to clipboard operation
uecapabilityparser copied to clipboard

API issue

Open C-Ll-l opened this issue 8 months ago • 1 comments

I attempted to call the interface using openapi. The example in /swagger returned a 404. Currently, the interface only has the following usage, right? { "version": "0.3.0", "endpoints": [ [ "/swagger", "/parse", "/parse/multiPart", "/csv", "/openapi", "/swagger/openapi.json", "/store/status", "/store/list", "/store/getItem", "/store/getMultiItem", "/store/getOutput", "/store/getMultiOutput", "/store/getInput", "/version", "/status" ] ], "logTypes": [ "H" ], "maxRequestSize": 256000000 }

C-Ll-l avatar Apr 19 '25 09:04 C-Ll-l

Hi, Can you explain better what you tried to do? What kind of uecapabilityparser server are you using? (jar compiled by me, a jar compiled by you, a docker image, a public instance etc...) And which version?

handymenny avatar Apr 26 '25 18:04 handymenny