{ "opencollection": "1.0.0", "info": { "name": "Spotio 2.0 Generate Content API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "GenerateContent", "type": "folder" }, "items": [ { "info": { "name": "GET /api/generatecontent/{type}/suggestions", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/generatecontent/:type/suggestions", "params": [ { "name": "context", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "POST /api/generatecontent/email", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/generatecontent/email", "headers": [ { "name": "x-app-version", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "POST /api/generatecontent/emailTemplate", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/generatecontent/emailTemplate", "headers": [ { "name": "x-app-version", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "POST /api/generatecontent/text", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/generatecontent/text", "headers": [ { "name": "x-app-version", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "POST /api/generatecontent/textTemplate", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/generatecontent/textTemplate", "headers": [ { "name": "x-app-version", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "POST /api/generatecontent/dataObjects/{dataObjectId}/summary", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/generatecontent/dataObjects/:dataObjectId/summary", "headers": [ { "name": "x-app-version", "value": "" } ], "params": [ { "name": "dataObjectId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }