{ "opencollection": "1.0.0", "info": { "name": "Satcat Service Authentication NLP API", "version": "1.0.0" }, "items": [ { "info": { "name": "NLP", "type": "folder" }, "items": [ { "info": { "name": "Converts human question into structured JSON for satcat", "type": "http" }, "http": { "method": "POST", "url": "/api/satcat/nlp/advancesearch/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Converts human question into structured JSON for satcat" }, { "info": { "name": "Generates sat report based on facts.", "type": "http" }, "http": { "method": "POST", "url": "/api/satcat/nlp/satreport/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Generates sat report based on facts." }, { "info": { "name": "Generates request for a sat report based on facts.", "type": "http" }, "http": { "method": "POST", "url": "/api/satcat/nlp/request-satreport/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Generates request for a sat report based on facts." } ] } ], "bundled": true }