{ "opencollection": "1.0.0", "info": { "name": "Nationgraph Accounts Summary API", "version": "0.2.36" }, "items": [ { "info": { "name": "Summary", "type": "folder" }, "items": [ { "info": { "name": "Generate Email", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/summary/generate-email", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate an email to an institution using a prompt and selected insights." }, { "info": { "name": "Get Cells By Institution", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/summary/workspaces/:workspace_id/institution/:institution_id/custom", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "institution_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all starred custom cell (insight) records for an institution." }, { "info": { "name": "Enrich Prompt", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/summary/enrich-prompt", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Enrich Prompt" }, { "info": { "name": "Generate Call Script", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/summary/generate-call-script", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate call script notes for an institution using user prompt and selected insights." } ] } ], "bundled": true }