{ "opencollection": "1.0.0", "info": { "name": "SingularityNET Marketplace Channels Organizations API", "version": "1.0" }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace-mt-v2.singularitynet.io/org", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of organizations to return" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "Retrieve all registered organizations on the SingularityNET network that publish AI services." }, { "info": { "name": "Get Organization", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace-mt-v2.singularitynet.io/org/:org_id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Unique organization identifier" } ] }, "docs": "Retrieve detailed information about a specific AI service provider organization." } ] } ], "bundled": true }