{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Uploads API", "version": "v2" }, "items": [ { "info": { "name": "Uploads", "type": "folder" }, "items": [ { "info": { "name": "Generates pre-signed URL to upload a prize image for gamification contests", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/gamification/contests/uploads/prizeimages" }, "docs": "Generates pre-signed URL to upload a prize image for gamification contests" }, { "info": { "name": "Generates pre-signed URL to upload cover art for learning modules", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/uploads/learning/coverart" }, "docs": "Generates pre-signed URL to upload cover art for learning modules" }, { "info": { "name": "Creates presigned url for uploading WFM historical data file. Requires data in csv format.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/uploads/workforcemanagement/historicaldata/csv" }, "docs": "Creates presigned url for uploading WFM historical data file. Requires data in csv format." }, { "info": { "name": "Creates presigned url for uploading a public asset image", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/uploads/publicassets/images" }, "docs": "Creates presigned url for uploading a public asset image" }, { "info": { "name": "Creates presigned url for uploading a recording file", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/uploads/recordings" }, "docs": "Creates presigned url for uploading a recording file" }, { "info": { "name": "Generate presigned URL for uploading a file content to generate guide", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/guides/uploads" }, "docs": "Generate presigned URL for uploading a file content to generate guide" }, { "info": { "name": "Create upload presigned URL for draft function package file.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/integrations/actions/:actionId/draft/function/upload", "params": [ { "name": "actionId", "value": "", "type": "path", "description": "actionId" } ] }, "docs": "Create upload presigned URL for draft function package file." }, { "info": { "name": "Get content upload from URL job status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/knowledge/knowledgebases/:knowledgeBaseId/uploads/urls/jobs/:jobId", "params": [ { "name": "knowledgeBaseId", "value": "", "type": "path", "description": "Knowledge base ID" }, { "name": "jobId", "value": "", "type": "path", "description": "Upload job ID" } ] }, "docs": "Get content upload from URL job status" }, { "info": { "name": "Create content upload from URL job", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/knowledge/knowledgebases/:knowledgeBaseId/uploads/urls/jobs", "params": [ { "name": "knowledgeBaseId", "value": "", "type": "path", "description": "Knowledge base ID" } ] }, "docs": "Create content upload from URL job" }, { "info": { "name": "Creates a presigned URL for uploading a knowledge import file with a set of documents", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/knowledge/documentuploads" }, "docs": "Creates a presigned URL for uploading a knowledge import file with a set of documents" }, { "info": { "name": "Creates a presigned URL for uploading a chat corpus which will be used for mining by intent miner", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/languageunderstanding/miners/:minerId/uploads", "params": [ { "name": "minerId", "value": "", "type": "path", "description": "Miner ID" } ] }, "docs": "Creates a presigned URL for uploading a chat corpus which will be used for mining by intent miner" } ] } ], "bundled": true }