{ "opencollection": "1.0.0", "info": { "name": "OutRival Ai Chat Sessions Assistants API", "version": "1.0" }, "items": [ { "info": { "name": "Assistants", "type": "folder" }, "items": [ { "info": { "name": "AssistantsController_findAll", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v1/assistants", "params": [ { "name": "order", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "take", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "AssistantsController_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.outrival.com/rest/v1/assistants", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "AssistantsController_findAllTemplates", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v1/assistants/templates", "params": [ { "name": "order", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "take", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "AssistantsController_findOne", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v1/assistants/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "AssistantsController_update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.outrival.com/rest/v1/assistants/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "AssistantsController_remove", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.outrival.com/rest/v1/assistants/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "AssistantsController_duplicate", "type": "http" }, "http": { "method": "POST", "url": "https://api.outrival.com/rest/v1/assistants/duplicate/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } } ] } ], "bundled": true }