{ "opencollection": "1.0.0", "info": { "name": "Flowise APIs assistants ping API", "version": "1.0.0" }, "items": [ { "info": { "name": "ping", "type": "folder" }, "items": [ { "info": { "name": "Ping the server", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3000/api/v1/ping" }, "docs": "Ping the server to check if it is running" } ] } ], "bundled": true }