{ "opencollection": "1.0.0", "info": { "name": "AutoCompose Knowledge Base API", "version": "0.0.3" }, "request": { "auth": { "type": "apikey", "key": "asapp-api-id", "value": "{{asapp-api-id}}", "placement": "header" } }, "items": [ { "info": { "name": "Knowledge Base", "type": "folder" }, "items": [ { "info": { "name": "Create a submission", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.asapp.com/knowledge-base/v1/submissions", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a request to add a new article or update an existing one. The provided title and content will be processed to create the final version of the submission." }, { "info": { "name": "Retrieve a submission", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.asapp.com/knowledge-base/v1/submissions/:id", "params": [ { "name": "id", "value": "fddd060c-22d7-4aed-acae-8f8dcc093a88", "type": "path", "description": "The unique identifier for the submission to be retrieved." } ] }, "docs": "Obtain the details of a specific submission using its unique identifier." }, { "info": { "name": "Retrieve an article", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.asapp.com/knowledge-base/v1/articles/:id", "params": [ { "name": "id", "value": "8f8dcc09-22d7-4aed-acae-fddd060c3a88", "type": "path", "description": "The unique identifier for the article to be retrieved." } ] }, "docs": "Fetch a specific article by its unique identifier. If the article has not been created because the associated submission was not approved, a 404 status will be returned." } ] } ], "bundled": true }