{ "opencollection": "1.0.0", "info": { "name": "Cartesia Agents Knowledge Base API", "version": "2026-03-01" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Knowledge Base", "type": "folder" }, "items": [ { "info": { "name": "List Documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/documents", "headers": [ { "name": "Cartesia-Version", "value": "" } ] }, "docs": "List all knowledge base documents in your organization." }, { "info": { "name": "Create Document", "type": "http" }, "http": { "method": "POST", "url": "https://api.cartesia.ai/documents", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "folder_id", "type": "text", "value": "" } ] } }, "docs": "Create Document" }, { "info": { "name": "Bulk Create Documents", "type": "http" }, "http": { "method": "POST", "url": "https://api.cartesia.ai/documents/bulk", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "body": { "type": "multipart-form", "data": [ { "name": "files", "type": "text", "value": "" }, { "name": "folder_id", "type": "text", "value": "" } ] } }, "docs": "Upload up to 100 knowledge base documents in a single request." }, { "info": { "name": "Get Document", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/documents/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the document." } ] }, "docs": "Get Document" }, { "info": { "name": "Update Document", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.cartesia.ai/documents/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the document." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Document" }, { "info": { "name": "Delete Document", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cartesia.ai/documents/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the document." } ] }, "docs": "Delete Document" }, { "info": { "name": "List Folders", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/folders", "headers": [ { "name": "Cartesia-Version", "value": "" } ] }, "docs": "List Folders" }, { "info": { "name": "Create Folder", "type": "http" }, "http": { "method": "POST", "url": "https://api.cartesia.ai/folders", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Folder" }, { "info": { "name": "Get Folder", "type": "http" }, "http": { "method": "GET", "url": "https://api.cartesia.ai/folders/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the folder." } ] }, "docs": "Get Folder" }, { "info": { "name": "Update Folder", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.cartesia.ai/folders/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the folder." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Folder" }, { "info": { "name": "Delete Folder", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cartesia.ai/folders/:id", "headers": [ { "name": "Cartesia-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the folder." } ] }, "docs": "Delete Folder" } ] } ], "bundled": true }