{"info":{"_postman_id":"b1c46ca0-29b1-4cbe-976c-b53b248144d6","name":"Super Sense API Documentations","description":"<html><head></head><body><p><strong>The Super Sense API</strong></p>\n<p>The Super Sense API is built on REST principles. It features predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON responses, and adheres to standard HTTP response codes and verbs.</p>\n<h3 id=\"authentication\">Authentication</h3>\n<p>The Super Sense API utilizes a Bearer Token for authentication. This token must be included in the Authorization header for every request.</p>\n<h3 id=\"bearer-token\">Bearer Token</h3>\n<p><strong>Obtain Token:</strong><br>Acquire a valid Bearer Token (API Token) from the Super Sense Console.</p>\n<p><strong>Authorization:</strong><br>Include the Bearer Token in the Authorization header for each request as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>httpCopy codeAuthorization: Bearer &lt;your-token-value&gt;\n\n</code></pre><p>Replace with the actual token you received from the Super Sense Console.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10394989","collectionId":"b1c46ca0-29b1-4cbe-976c-b53b248144d6","publishedId":"2sAXjQ2AEk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-05T11:23:56.000Z"},"item":[{"name":"Senses","item":[{"name":"Create","id":"a81210c9-7233-44fc-8c6c-a183809cbf5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Products Catalog\",\n    \"region\":\"us-east-north-1\",\n    \"tier\":1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/create/{{prefix}}","description":"<h2 id=\"🧠-create-sense\">🧠 Create Sense</h2>\n<h3 id=\"post-createprefix\">POST <code>/create/{{prefix}}</code></h3>\n<p>Creates a new Sense under the specified prefix and returns a unique <code>sense_id</code> that can be used for linking services, queries, and resources.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>A Sense acts as a container for connecting and organizing services, executing queries, and storing metadata. This endpoint allows you to create a new Sense by providing a name and region.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>Requires a valid Bearer token in the <code>Authorization</code> header.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate Senses</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-request-body-applicationjson\">📥 Request Body (application/json)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>✅</td>\n<td>A human-readable name for the Sense</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Region where the Sense will be created  <br />  <br />Available Region:  <br />  <br /><code>us-east-north-1</code>, <code>aus-southeast-1</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"name\": \"Customers List\",\n  \"region\": \"us-east-north-1\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["create","{{prefix}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[{"id":"4bcc4b11-1519-4443-954d-33b17840a194","name":"Create Super Sense","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Customers List\",\n    \"region\":\"euro-central-1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/create/{{prefix}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 16 Aug 2024 16:28:30 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"168"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"message\": \"SuperSense creation successful.\",\n    \"data\": {\n        \"SuperID\": \"d65d81a7-4285-4466-a6d0-f4068e302955\",\n        \"EventSuperID\": \"080d981f-8f2d-48f3-b920-701402f4a0e4\"\n    }\n}"}],"_postman_id":"a81210c9-7233-44fc-8c6c-a183809cbf5c"},{"name":"List","id":"3470360a-5f9e-49dd-ba53-97512e6511d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"super_ids\": [\"3b5516dd-1d69-49e5-8045-983a66026395\", \"579c43e4-1414-4c4e-9f11-345f5f6fc78c\", \"...\" ],\n  \"filters\": []\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/list/{{prefix}}?size=10&page=1","description":"<h2 id=\"📋-list-senses\">📋 List Senses</h2>\n<h3 id=\"post-listprefixsizesizepagepage\">POST <code>/list/{{prefix}}?size={{size}}&amp;page={{page}}</code></h3>\n<p>Retrieves a paginated list of Senses based on the provided list of <code>sense_id</code>s (<code>super_ids</code>). You can also apply optional filters.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint returns metadata for multiple Senses identified by their <code>super_ids</code>. It supports pagination and future filtering options. Useful for displaying a list of active or relevant Senses under a given prefix.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication is required for this endpoint unless otherwise configured.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate Senses</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"🔍-query-parameters\">🔍 Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>size</code></td>\n<td>integer</td>\n<td>✅</td>\n<td>Number of records per page</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>integer</td>\n<td>✅</td>\n<td>Page number to retrieve (starting from 1)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-request-body-applicationjson\">📥 Request Body (application/json)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>super_ids</code></td>\n<td>string[]</td>\n<td>✅</td>\n<td>List of Sense IDs (<code>sense_id</code>) to retrieve</td>\n</tr>\n<tr>\n<td><code>filters</code></td>\n<td>array</td>\n<td>❌</td>\n<td>Optional filters for narrowing down the results</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"super_ids\": [\n    \"3b5516dd-1d69-49e5-8045-983a66026395\",\n    \"579c43e4-1414-4c4e-9f11-345f5f6fc78c\"\n  ],\n  \"filters\": []\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["list","{{prefix}}"],"host":["api","super-sense","ai"],"query":[{"key":"size","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"3470360a-5f9e-49dd-ba53-97512e6511d3"}],"id":"418d8b2a-d90f-4130-b55d-407d74442838","description":"<p>Manage Super Senses</p>\n","_postman_id":"418d8b2a-d90f-4130-b55d-407d74442838"},{"name":"Sense Resources","item":[{"name":"List Resources","id":"a1ee2b6a-edd7-41a0-b7ca-2de750e2b290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.super-sense.ai/resources/{{prefix}}/{{sense_id}}","urlObject":{"protocol":"https","path":["resources","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1ee2b6a-edd7-41a0-b7ca-2de750e2b290"},{"name":"Resource","id":"ad6b9d3f-3a15-4ac1-807b-8f409b8e55a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{super_sense_sm_url}}/resources/07fb5e30-9cae-43fa-92b7-debd6c9e8892/12dd3060-17c3-40ae-b158-d1abcf4d7470/ce4735d7-f7d4-4bb9-9c0d-923ffa84e1d4","urlObject":{"path":["resources","07fb5e30-9cae-43fa-92b7-debd6c9e8892","12dd3060-17c3-40ae-b158-d1abcf4d7470","ce4735d7-f7d4-4bb9-9c0d-923ffa84e1d4"],"host":["{{super_sense_sm_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad6b9d3f-3a15-4ac1-807b-8f409b8e55a6"},{"name":"Connector - File","id":"d94a9bf8-fa97-4020-84e0-7f79c4e0fb8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/darleys/Downloads/280380-FEIN (3).pdf"],"value":null}]},"url":"https://api.super-sense.ai/upload/{{prefix}}/{{sense_id}}","urlObject":{"protocol":"https","path":["upload","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[{"id":"c9dd2447-0c04-40cb-9368-fc33c2cf3018","name":"Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/darleys/Downloads/LOA_ as45671_1.pdf"}]},"url":"https://api.super-sense.ai/upload/{{prefix}}/{{sense_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"date","value":"Fri, 16 Aug 2024 16:28:47 GMT"},{"key":"server","value":"uvicorn"},{"key":"content-length","value":"171"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"File uploaded successfully and vector database created for super_id 54a10e78-0dc1-45ff-b58f-2b6393becdc0 and resource_id da3b5675-7a28-4bb2-bff0-da30aa93514e\"\n}"}],"_postman_id":"d94a9bf8-fa97-4020-84e0-7f79c4e0fb8b"},{"name":"Connector - Website","id":"c3ac9209-5799-4464-9897-067d99cdfdca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\":\"https://www.example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/crawl/{{prefix}}/{{sense_id}}","urlObject":{"protocol":"https","path":["crawl","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3ac9209-5799-4464-9897-067d99cdfdca"},{"name":"Connector - API","id":"2d8e7e0b-0055-4604-a8d6-d59e58b7299b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"auth","value":"{\"type\": \"bearer\", \"token\": \"your_token_here\"}"},{"type":"text","key":"name","value":"Test API Collection"},{"type":"file","contentType":"application/json","key":"collection","src":"<FILE_PATH_1>"},{"type":"file","contentType":"application/json","key":"collection","src":"<FILE_PATH_2>"}]},"url":"https://api.super-sense.ai/api/{{prefix}}/{{sense_id}}","description":"<h2 id=\"🔌-api-collection-upload\">🔌 API Collection Upload</h2>\n<h3 id=\"post-apiprefixsense_id\">POST <code>/api/{{prefix}}/{{sense_id}}</code></h3>\n<p>Uploads one or more API collections (e.g., OpenAPI/Swagger), validates the authentication method, and stores the parsed schema under a specific Sense.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows users to upload one or more API specification files along with the corresponding authentication configuration. It parses and embeds the uploaded content, then stores it under a unique resource for the given Sense.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication required for this endpoint itself.<br />The <code>auth</code> field in the form should contain credentials and method type for the API being uploaded.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate resources</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense to associate the uploaded collection</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-form-data-multipartform-data\">📥 Form Data (multipart/form-data)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>auth</code></td>\n<td>string (JSON)</td>\n<td>✅</td>\n<td>A JSON string specifying the authentication method and credentials</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>✅</td>\n<td>A name for the uploaded API collection</td>\n</tr>\n<tr>\n<td><code>collection</code></td>\n<td>file[] (JSON)</td>\n<td>✅</td>\n<td>One or more API spec files (OpenAPI/Swagger format) to be parsed and stored</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-auth-field\">📦 Example <code>auth</code> Field</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"bearer\",\n  \"token\": \"your_api_token_here\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d8e7e0b-0055-4604-a8d6-d59e58b7299b"},{"name":"Connector - BitBucket","id":"84771e84-9baf-4941-a08f-fcfd79979a89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"base_url\": \"<BASE_URL>\",\n    \"username\": \"<USERNAME>\",\n    \"api_token\": \"<API_TOKEN>\",\n    \"schema\": {\n        \"example_key\": \"example_value\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/bitbucket/{{prefix}}/{{sense_id}}","description":"<h2 id=\"🧩-bitbucket-integration-api\">🧩 Bitbucket Integration API</h2>\n<h3 id=\"post-bitbucketprefixsense_id\">POST <code>/bitbucket/{{prefix}}/{{sense_id}}</code></h3>\n<p>Registers a Bitbucket connection and stores its schema under a specific Sense.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows you to integrate a Bitbucket account (Cloud or Server) by providing basic authentication credentials and an optional schema. The data is securely stored in the system under the corresponding Sense identified by <code>sense_id</code>.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication required for this endpoint itself.<br />Bitbucket credentials (<code>username</code>, <code>api_token</code>) are provided in the JSON body.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefixes help group and manage resources efficiently across regions, simplifying access control and organization.</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-request-body-applicationjson\">📥 Request Body (application/json)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>base_url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Bitbucket API base URL (e.g., <code>https://api.bitbucket.org</code>)</td>\n</tr>\n<tr>\n<td><code>username</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Bitbucket username or workspace</td>\n</tr>\n<tr>\n<td><code>api_token</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Bitbucket API Token</td>\n</tr>\n<tr>\n<td><code>schema</code></td>\n<td>object</td>\n<td>❌</td>\n<td>Optional: Custom schema information related to the Bitbucket resources</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"base_url\": \"https://api.bitbucket.org\",\n  \"username\": \"john_doe\",\n  \"api_token\": \"bitbucket_app_password_123\",\n  \"schema\": {\n    \"repos\": [\"repo1\", \"repo2\"],\n    \"metadata\": {\n      \"source\": \"bitbucket\"\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["bitbucket","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"84771e84-9baf-4941-a08f-fcfd79979a89"},{"name":"Connector - Jira","id":"cd8a663b-615a-425e-af02-1a635eecfda2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"base_url\": \"https://your-domain.atlassian.net\",\n    \"email\": \"user@example.com\",\n    \"api_token\": \"your_jira_api_token\",\n    \"schema\": {\n        \"projects\": [\n            \"PROJ-1\",\n            \"PROJ-2\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/jira/{{prefix}}/{{sense_id}}","description":"<h2 id=\"🧩-jira-integration-api\">🧩 Jira Integration API</h2>\n<h3 id=\"post-jiraprefixsense_id\">POST <code>/jira/{{prefix}}/{{sense_id}}</code></h3>\n<p>Connects a Jira account and stores its schema under a specific Sense.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows you to integrate a Jira account (Cloud) by providing authentication credentials and an optional schema. The connection details and schema are securely stored and linked to the specified Sense.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication required for this endpoint itself.<br />Jira credentials (<code>email</code>, <code>api_token</code>) are provided in the JSON body.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate resources</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense to associate the Jira schema with</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-request-body-applicationjson\">📥 Request Body (application/json)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>base_url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Jira API base URL (e.g., <code>https://your-domain.atlassian.net</code>)</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Jira user email address</td>\n</tr>\n<tr>\n<td><code>api_token</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Jira API token or app password</td>\n</tr>\n<tr>\n<td><code>schema</code></td>\n<td>object</td>\n<td>❌</td>\n<td>Optional: Custom schema data to be stored with the integration</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"base_url\": \"https://your-domain.atlassian.net\",\n  \"email\": \"user@example.com\",\n  \"api_token\": \"your_jira_api_token\",\n  \"schema\": {\n    \"projects\": [\"PROJ-1\", \"PROJ-2\"]\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["jira","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd8a663b-615a-425e-af02-1a635eecfda2"},{"name":"Connector - MongoDB","id":"94777083-02a2-495c-9765-3a208597db11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"connection_string\": \"mongodb+srv://user:password@cluster0.mongodb.net/myDatabase?retryWrites=true&w=majority\",\n    \"schema\": {\n        \"description\": \"Customer and Orders collections\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/mongodb/{{prefix}}/{{sense_id}}","description":"<h2 id=\"🧩-mongodb-integration-api\">🧩 MongoDB Integration API</h2>\n<h3 id=\"post-mongodbprefixsense_id\">POST <code>/mongodb/{{prefix}}/{{sense_id}}</code></h3>\n<p>Connects to a MongoDB database using the provided connection string and stores its schema under a specific Sense.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows you to connect to a MongoDB instance by providing a valid connection string. It retrieves the database schema, merges it with any optional schema definition provided in the request, and stores both under the specified Sense.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication required for this endpoint itself.<br />A valid MongoDB connection string must be provided in the request body.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate resources</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense to associate the MongoDB schema with</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-request-body-applicationjson\">📥 Request Body (application/json)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>connection_string</code></td>\n<td>string</td>\n<td>✅</td>\n<td>MongoDB connection string (e.g., <code>mongodb+srv://user:pass@host/db</code>)</td>\n</tr>\n<tr>\n<td><code>schema</code></td>\n<td>object</td>\n<td>❌</td>\n<td>Optional: Schema description or metadata to include in the saved schema</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"connection_string\": \"mongodb+srv://user:password@cluster0.mongodb.net/myDatabase?retryWrites=true&amp;w=majority\",\n  \"schema\": {\n    \"description\": \"Customer and Orders collections\"\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["mongodb","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"94777083-02a2-495c-9765-3a208597db11"},{"name":"Connector - MySQL","id":"b859d5ac-ab89-469b-90d5-767f454bbd95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"host\": \"mysql.example.com\",\n    \"port\": 3306,\n    \"user\": \"admin\",\n    \"password\": \"securepassword123\",\n    \"database\": \"customer_data\",\n    \"use_ssh\": true,\n    \"ssh_host\": \"ssh.example.com\",\n    \"ssh_user\": \"ec2-user\",\n    \"ssh_password\": \"sshpass456\",\n    \"ssh_port\": 22,\n    \"schema\": {\n        \"description\": \"Includes tables for customers, orders, and invoices\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/mysql/{{prefix}}/{{sense_id}}","description":"<h2 id=\"🧩-mysql-integration-api\">🧩 MySQL Integration API</h2>\n<h3 id=\"post-mysqlprefixsense_id\">POST <code>/mysql/{{prefix}}/{{sense_id}}</code></h3>\n<p>Connects to a MySQL database (with optional SSH tunneling) and stores its schema under a specific Sense.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows you to connect to a MySQL database by providing direct or SSH-based connection details. It retrieves the database schema, optionally merges it with a custom schema definition, and stores both under the specified Sense.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication required for this endpoint itself.<br />MySQL and SSH credentials must be provided in the request body.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate resources</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense to associate the MySQL schema with</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-request-body-applicationjson\">📥 Request Body (application/json)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>host</code></td>\n<td>string</td>\n<td>✅</td>\n<td>MySQL database host</td>\n</tr>\n<tr>\n<td><code>port</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>Port number (default: 3306)</td>\n</tr>\n<tr>\n<td><code>user</code></td>\n<td>string</td>\n<td>✅</td>\n<td>MySQL user name</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>string</td>\n<td>✅</td>\n<td>MySQL user password</td>\n</tr>\n<tr>\n<td><code>database</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Target database name</td>\n</tr>\n<tr>\n<td><code>use_ssh</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>Whether to connect over SSH (default: false)</td>\n</tr>\n<tr>\n<td><code>ssh_host</code></td>\n<td>string</td>\n<td>❌</td>\n<td>SSH server hostname (required if <code>use_ssh</code> is true)</td>\n</tr>\n<tr>\n<td><code>ssh_user</code></td>\n<td>string</td>\n<td>❌</td>\n<td>SSH username (required if <code>use_ssh</code> is true)</td>\n</tr>\n<tr>\n<td><code>ssh_password</code></td>\n<td>string</td>\n<td>❌</td>\n<td>SSH password (required if <code>use_ssh</code> is true)</td>\n</tr>\n<tr>\n<td><code>ssh_port</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>SSH port (default: 22)</td>\n</tr>\n<tr>\n<td><code>schema</code></td>\n<td>object</td>\n<td>❌</td>\n<td>Optional: Schema metadata or notes to include with the integration</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"host\": \"mysql.example.com\",\n  \"port\": 3306,\n  \"user\": \"admin\",\n  \"password\": \"securepassword123\",\n  \"database\": \"customer_data\",\n  \"use_ssh\": true,\n  \"ssh_host\": \"ssh.example.com\",\n  \"ssh_user\": \"ec2-user\",\n  \"ssh_password\": \"sshpass456\",\n  \"ssh_port\": 22,\n  \"schema\": {\n    \"description\": \"Includes tables for customers, orders, and invoices\"\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["mysql","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"b859d5ac-ab89-469b-90d5-767f454bbd95"},{"name":"Connector - PostgreSQL","id":"b1ec6715-ac62-43b5-ba45-a16918fc1e6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"host\": \"postgres.example.com\",\n    \"port\": 5432,\n    \"user\": \"admin\",\n    \"password\": \"securepassword123\",\n    \"database\": \"analytics_db\",\n    \"use_ssh\": true,\n    \"ssh_host\": \"ssh.example.com\",\n    \"ssh_user\": \"ec2-user\",\n    \"ssh_password\": \"sshpass456\",\n    \"ssh_port\": 22,\n    \"schema\": {\n        \"description\": \"PostgreSQL schema for analytics and reporting\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/postgres/{{prefix}}/{{sense_id}}","description":"<h2 id=\"🧩-postgresql-integration-api\">🧩 PostgreSQL Integration API</h2>\n<h3 id=\"post-postgresprefixsense_id\">POST <code>/postgres/{{prefix}}/{{sense_id}}</code></h3>\n<p>Connects to a PostgreSQL database (with optional SSH tunneling) and stores its schema under a specific Sense.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows you to connect to a PostgreSQL database by providing direct or SSH-based connection details. It retrieves the database schema, optionally merges it with a custom schema definition, and stores both under the specified Sense.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication required for this endpoint itself.<br />PostgreSQL and SSH credentials must be provided in the request body.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate resources</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense to associate the PostgreSQL schema with</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-request-body-applicationjson\">📥 Request Body (application/json)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>host</code></td>\n<td>string</td>\n<td>✅</td>\n<td>PostgreSQL database host</td>\n</tr>\n<tr>\n<td><code>port</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>Port number (default: 5432)</td>\n</tr>\n<tr>\n<td><code>user</code></td>\n<td>string</td>\n<td>✅</td>\n<td>PostgreSQL user name</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>string</td>\n<td>✅</td>\n<td>PostgreSQL user password</td>\n</tr>\n<tr>\n<td><code>database</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Target database name</td>\n</tr>\n<tr>\n<td><code>use_ssh</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>Whether to connect over SSH (default: false)</td>\n</tr>\n<tr>\n<td><code>ssh_host</code></td>\n<td>string</td>\n<td>❌</td>\n<td>SSH server hostname (required if <code>use_ssh</code> is true)</td>\n</tr>\n<tr>\n<td><code>ssh_user</code></td>\n<td>string</td>\n<td>❌</td>\n<td>SSH username (required if <code>use_ssh</code> is true)</td>\n</tr>\n<tr>\n<td><code>ssh_password</code></td>\n<td>string</td>\n<td>❌</td>\n<td>SSH password (required if <code>use_ssh</code> is true)</td>\n</tr>\n<tr>\n<td><code>ssh_port</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>SSH port (default: 22)</td>\n</tr>\n<tr>\n<td><code>schema</code></td>\n<td>object</td>\n<td>❌</td>\n<td>Optional: Schema metadata or notes to include with the integration</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"host\": \"postgres.example.com\",\n  \"port\": 5432,\n  \"user\": \"admin\",\n  \"password\": \"securepassword123\",\n  \"database\": \"analytics_db\",\n  \"use_ssh\": true,\n  \"ssh_host\": \"ssh.example.com\",\n  \"ssh_user\": \"ec2-user\",\n  \"ssh_password\": \"sshpass456\",\n  \"ssh_port\": 22,\n  \"schema\": {\n    \"description\": \"PostgreSQL schema for analytics and reporting\"\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["postgres","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1ec6715-ac62-43b5-ba45-a16918fc1e6b"},{"name":"Connector - Salesforce","id":"5ef9ac89-fa1a-49b7-b4d8-651845b14cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh_token\": \"your_salesforce_refresh_token\",\n    \"instance_url\": \"https://your-instance.salesforce.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/salesforce/{{prefix}}/{{sense_id}}","description":"<h2 id=\"🧩-salesforce-integration-api\">🧩 Salesforce Integration API</h2>\n<h3 id=\"post-salesforceprefixsense_id\">POST <code>/salesforce/{{prefix}}/{{sense_id}}</code></h3>\n<p>Connects to a Salesforce account using a refresh token and stores its schema under a specific Sense.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows you to integrate a Salesforce account by providing the refresh token and instance URL. It retrieves metadata (objects/schema) from Salesforce and stores both the connection and schema under the specified Sense.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication required for this endpoint itself.<br />Salesforce credentials (<code>refresh_token</code>, <code>instance_url</code>) must be provided in the JSON body.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate resources</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense to associate the Salesforce schema with</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-request-body-applicationjson\">📥 Request Body (application/json)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>refresh_token</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Salesforce OAuth refresh token</td>\n</tr>\n<tr>\n<td><code>instance_url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Salesforce instance URL (e.g., <code>https://your-instance.salesforce.com</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"refresh_token\": \"your_salesforce_refresh_token\",\n  \"instance_url\": \"https://your-instance.salesforce.com\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["salesforce","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ef9ac89-fa1a-49b7-b4d8-651845b14cc4"},{"name":"Connector - Shopify","id":"1047c374-1813-4217-90f9-03826fd696ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shop_url\": \"myshop.myshopify.com\",\n    \"token\": \"shpat_1234567890abcdef\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/shopify/{{prefix}}/{{sense_id}}","description":"<h2 id=\"🛒-shopify-integration-api\">🛒 Shopify Integration API</h2>\n<h3 id=\"post-shopifyprefixsense_id\">POST <code>/shopify/{{prefix}}/{{sense_id}}</code></h3>\n<p>Connects a Shopify store and stores its connection details under a specific Sense.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows you to connect a Shopify store by providing the store URL and access token. It verifies the credentials by calling the Shopify API and stores the connection under the specified Sense.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication required for this endpoint itself.<br />Shopify credentials (<code>shop_url</code>, <code>token</code>) must be provided in the JSON body.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate resources</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense to associate the Shopify connection</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-request-body-applicationjson\">📥 Request Body (application/json)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>shop_url</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Your Shopify store domain (e.g., <code>myshop.myshopify.com</code>)</td>\n</tr>\n<tr>\n<td><code>token</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Shopify Admin API access token</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"shop_url\": \"myshop.myshopify.com\",\n  \"token\": \"shpat_1234567890abcdef\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["shopify","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"1047c374-1813-4217-90f9-03826fd696ee"},{"name":"Connector - Slack","id":"f1f07400-e6a4-4ad6-b165-62629f543ed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"access_token\": \"xoxb-1234567890-abcdef123456\",\n    \"refresh_token\": \"optional-refresh-token\",\n    \"team\": {\n        \"id\": \"T123ABC456\",\n        \"name\": \"Marketing Team\"\n    },\n    \"schema\": \"Tracks Slack channels and messages from the marketing team\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/slack/{{prefix}}/{{sense_id}}","description":"<h2 id=\"💬-slack-integration-api\">💬 Slack Integration API</h2>\n<h3 id=\"post-slackprefixsense_id\">POST <code>/slack/{{prefix}}/{{sense_id}}</code></h3>\n<p>Connects a Slack workspace and stores its connection details under a specific Sense.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows you to connect a Slack workspace by providing an access token, team info, and optional schema. It saves Slack workspace metadata and connection credentials under the specified Sense.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication required for this endpoint itself.<br />Slack credentials (<code>access_token</code>, <code>team.id</code>) must be provided in the JSON body.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate resources</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense to associate the Slack workspace with</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-request-body-applicationjson\">📥 Request Body (application/json)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>access_token</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Slack bot or user token</td>\n</tr>\n<tr>\n<td><code>refresh_token</code></td>\n<td>string</td>\n<td>❌</td>\n<td>OAuth refresh token (optional, for future re-authentication)</td>\n</tr>\n<tr>\n<td><code>team</code></td>\n<td>object</td>\n<td>✅</td>\n<td>Team info containing <code>id</code> and optionally <code>name</code></td>\n</tr>\n<tr>\n<td><code>schema</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Optional: Custom schema or workspace metadata</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"access_token\": \"xoxb-1234567890-abcdef123456\",\n  \"refresh_token\": \"optional-refresh-token\",\n  \"team\": {\n    \"id\": \"T123ABC456\",\n    \"name\": \"Marketing Team\"\n  },\n  \"schema\": \"Tracks Slack channels and messages from the marketing team\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["slack","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1f07400-e6a4-4ad6-b165-62629f543ed7"},{"name":"Connector - Snowflake","id":"b7d73cc2-65e3-4230-b7d6-23faecc70e28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"account\": \"xy12345.us-east-1\",\n  \"user\": \"analytics_user\",\n  \"password\": \"securePassword!\",\n  \"database\": \"MARKETING\",\n  \"conn_schema\": \"PUBLIC\",\n  \"warehouse\": \"COMPUTE_WH\",\n  \"schema\": {\n    \"description\": \"Schema for marketing data pipelines\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/snowflake/{{prefix}}/{{sense_id}}","description":"<h2 id=\"❄️-snowflake-integration-api\">❄️ Snowflake Integration API</h2>\n<h3 id=\"post-snowflakeprefixsense_id\">POST <code>/snowflake/{{prefix}}/{{sense_id}}</code></h3>\n<p>Connects to a Snowflake account and stores its schema under a specific Sense.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows you to integrate a Snowflake database by providing connection credentials. It fetches the schema from the specified database and schema context, optionally merges it with a custom definition, and stores the result under the given Sense.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication required for this endpoint itself.<br />Snowflake connection credentials must be provided in the JSON body.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate resources</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense to associate the Snowflake schema</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-request-body-applicationjson\">📥 Request Body (application/json)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>account</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Your Snowflake account name (e.g., <code>abc-xy12345</code>)</td>\n</tr>\n<tr>\n<td><code>user</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Snowflake user login</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Snowflake password</td>\n</tr>\n<tr>\n<td><code>database</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Snowflake database name</td>\n</tr>\n<tr>\n<td><code>conn_schema</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Schema name within the database (default: <code>PUBLIC</code>)</td>\n</tr>\n<tr>\n<td><code>warehouse</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Optional Snowflake warehouse name</td>\n</tr>\n<tr>\n<td><code>schema</code></td>\n<td>object</td>\n<td>❌</td>\n<td>Optional: Custom metadata or schema description to store</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"account\": \"xy12345.us-east-1\",\n  \"user\": \"analytics_user\",\n  \"password\": \"securePassword!\",\n  \"database\": \"MARKETING\",\n  \"conn_schema\": \"PUBLIC\",\n  \"warehouse\": \"COMPUTE_WH\",\n  \"schema\": {\n    \"description\": \"Schema for marketing data pipelines\"\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["snowflake","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7d73cc2-65e3-4230-b7d6-23faecc70e28"},{"name":"Connector - SQL Server","id":"da9c845a-f149-4681-8415-8894168c490a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"host\": \"sqlserver.example.com\",\n  \"port\": 1433,\n  \"user\": \"sa\",\n  \"password\": \"YourSecurePassword!\",\n  \"database\": \"sales_db\",\n  \"use_ssh\": true,\n  \"ssh_host\": \"ssh.example.com\",\n  \"ssh_user\": \"ec2-user\",\n  \"ssh_password\": \"sshSecret123\",\n  \"ssh_port\": 22,\n  \"schema\": {\n    \"description\": \"Contains sales data tables and reporting views\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/sqlserver/{{prefix}}/{{sense_id}}","description":"<h2 id=\"🛢️-sql-server-integration-api\">🛢️ SQL Server Integration API</h2>\n<h3 id=\"post-sqlserverprefixsense_id\">POST <code>/sqlserver/{{prefix}}/{{sense_id}}</code></h3>\n<p>Connects to a Microsoft SQL Server database (with optional SSH tunneling) and stores its schema under a specific Sense.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows you to connect to a Microsoft SQL Server database by providing connection details. It fetches the schema, optionally merges it with a user-provided definition, and stores the result under the specified Sense.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication required for this endpoint itself.<br />SQL Server and optional SSH credentials must be provided in the JSON body.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate resources</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense to associate the SQL Server schema</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-request-body-applicationjson\">📥 Request Body (application/json)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>host</code></td>\n<td>string</td>\n<td>✅</td>\n<td>SQL Server database host</td>\n</tr>\n<tr>\n<td><code>port</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>Port number (default: 1433)</td>\n</tr>\n<tr>\n<td><code>user</code></td>\n<td>string</td>\n<td>✅</td>\n<td>SQL Server user name</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>string</td>\n<td>✅</td>\n<td>SQL Server user password</td>\n</tr>\n<tr>\n<td><code>database</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Target database name</td>\n</tr>\n<tr>\n<td><code>use_ssh</code></td>\n<td>boolean</td>\n<td>❌</td>\n<td>Whether to connect over SSH (default: false)</td>\n</tr>\n<tr>\n<td><code>ssh_host</code></td>\n<td>string</td>\n<td>❌</td>\n<td>SSH server hostname (required if <code>use_ssh</code> is true)</td>\n</tr>\n<tr>\n<td><code>ssh_user</code></td>\n<td>string</td>\n<td>❌</td>\n<td>SSH username (required if <code>use_ssh</code> is true)</td>\n</tr>\n<tr>\n<td><code>ssh_password</code></td>\n<td>string</td>\n<td>❌</td>\n<td>SSH password (required if <code>use_ssh</code> is true)</td>\n</tr>\n<tr>\n<td><code>ssh_port</code></td>\n<td>integer</td>\n<td>❌</td>\n<td>SSH port (default: 22)</td>\n</tr>\n<tr>\n<td><code>schema</code></td>\n<td>object</td>\n<td>❌</td>\n<td>Optional: Schema metadata or notes to include with the integration</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"host\": \"sqlserver.example.com\",\n  \"port\": 1433,\n  \"user\": \"sa\",\n  \"password\": \"YourSecurePassword!\",\n  \"database\": \"sales_db\",\n  \"use_ssh\": true,\n  \"ssh_host\": \"ssh.example.com\",\n  \"ssh_user\": \"ec2-user\",\n  \"ssh_password\": \"sshSecret123\",\n  \"ssh_port\": 22,\n  \"schema\": {\n    \"description\": \"Contains sales data tables and reporting views\"\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["sqlserver","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"da9c845a-f149-4681-8415-8894168c490a"},{"name":"Connector - Stripe","id":"3057c74d-65b9-49ff-8701-2026351fb6ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"secret_key\": \"sk_test_51NKxxxxxxxabcdef\",\n  \"schema\": {\n    \"description\": \"Stripe integration to track customers, invoices, and subscriptions\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.super-sense.ai/stripe/{{prefix}}/{{sense_id}}","description":"<h2 id=\"💳-stripe-integration-api\">💳 Stripe Integration API</h2>\n<h3 id=\"post-stripeprefixsense_id\">POST <code>/stripe/{{prefix}}/{{sense_id}}</code></h3>\n<p>Connects to a Stripe account and stores its schema under a specific Sense.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows you to connect a Stripe account by providing the secret key. It stores the connection and an optional schema description under the specified Sense.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication required for this endpoint itself.<br />Stripe secret key must be provided in the JSON body.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate resources</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense to associate the Stripe integration</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-request-body-applicationjson\">📥 Request Body (application/json)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>secret_key</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Your Stripe secret key (starts with <code>sk_...</code>)</td>\n</tr>\n<tr>\n<td><code>schema</code></td>\n<td>object</td>\n<td>❌</td>\n<td>Optional: Custom schema metadata or integration notes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"secret_key\": \"sk_test_51NKxxxxxxxabcdef\",\n  \"schema\": {\n    \"description\": \"Stripe integration to track customers, invoices, and subscriptions\"\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["stripe","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"3057c74d-65b9-49ff-8701-2026351fb6ab"},{"name":"Connector - Sheets","id":"64e338f0-6307-4cab-8760-70b9a82efc01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"file","src":"./data_upload.xlsx"}]},"url":"https://api.super-sense.ai/sheets/{{prefix}}/{{sense_id}}","description":"<h2 id=\"📊-sheets-upload-api\">📊 Sheets Upload API</h2>\n<h3 id=\"post-sheetsprefixsense_id\">POST <code>/sheets/{{prefix}}/{{sense_id}}</code></h3>\n<p>Uploads a CSV, TSV, or Excel file and stores the data in PostgreSQL tables under a specific Sense.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows users to upload structured files like CSV, TSV, or Excel (XLS/XLSX). It parses the file, creates corresponding PostgreSQL tables, and stores the data. For Excel files, each sheet is stored in a separate table.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>No authentication required for this endpoint itself.<br />The file must be provided as <code>multipart/form-data</code>.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate resources</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense to associate the uploaded data</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-form-data-multipartform-data\">📥 Form Data (multipart/form-data)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td>file (CSV, TSV, XLS, XLSX)</td>\n<td>✅</td>\n<td>File to upload. CSV/TSV will create one table; Excel files will create one per sheet.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["sheets","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"64e338f0-6307-4cab-8760-70b9a82efc01"}],"id":"82f90c1b-b790-47c0-8b42-63c442cb24b4","_postman_id":"82f90c1b-b790-47c0-8b42-63c442cb24b4","description":""},{"name":"Query","item":[{"name":"Query","id":"fe97e422-46d9-4a91-8cd5-745b33261b7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"question","value":"Give me the list of cases in the past 24 hours. Respond ONLY with a clean JSON array, without any text. Each record should have fields: case_number, case subject, case_owner, and url.","type":"text"},{"key":"enrich_text","value":"prefix the url with https://{domain}.my.salesforce.com for records\\nalso replace services/data/v59.0/sobject with lightning/r\\nand tail it with \"/view\"","type":"text"},{"key":"session_id","value":"711b86bb-36f4-4eb4-9f0b-88a96cae1111","type":"text"}]},"url":"https://api.super-sense.ai/query/{{prefix}}/{{sense_id}}","description":"<h2 id=\"🤖-query-execution-api\">🤖 Query Execution API</h2>\n<h3 id=\"post-queryprefixsense_id\">POST <code>/query/{{prefix}}/{{sense_id}}</code></h3>\n<p>Executes a structured query against an AI-powered data agent and returns the results based on the given instructions.</p>\n<hr />\n<h3 id=\"🔍-description\">🔍 Description</h3>\n<p>This endpoint allows you to submit a natural language query (or system prompt) and enrich it with contextual modifications such as URL transformations or prefixing. The result is returned as a stream and typically formatted as a JSON array.</p>\n<hr />\n<h3 id=\"🔐-authentication\">🔐 Authentication</h3>\n<p>Bearer token must be provided in the <code>Authorization</code> header.<br />This token authorizes the query execution for a specific session and user.</p>\n<hr />\n<h3 id=\"🧾-path-parameters\">🧾 Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Super Prefix used to organize and isolate resources</td>\n</tr>\n<tr>\n<td><code>sense_id</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The unique identifier of the Sense powering the query agent</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📥-form-data-multipartform-data\">📥 Form Data (multipart/form-data)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>question</code></td>\n<td>string</td>\n<td>✅</td>\n<td>The natural language prompt or question</td>\n</tr>\n<tr>\n<td><code>enrich_text</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Optional enrichment or transformation rules to apply on output</td>\n</tr>\n<tr>\n<td><code>session_id</code></td>\n<td>string</td>\n<td>❌</td>\n<td>Optional session context ID. If omitted, a new session will be generated</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"📦-example-request-body\">📦 Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"question\": \"Give me the list of cases in the past 24 hours. Respond ONLY with a clean JSON array, without any text. Each record should have fields: case_number, case subject, case_owner, and url.\",\n  \"enrich_text\": \"prefix the url with https://supersense-demo.my.salesforce.com for records\\nalso replace services/data/v59.0/sobject with lightning/r\\nand tail it with \\\"/view\\\"\",\n  \"session_id\": \"711b86bb-36f4-4eb4-9f0b-88a96cae1111\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["query","{{prefix}}","{{sense_id}}"],"host":["api","super-sense","ai"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe97e422-46d9-4a91-8cd5-745b33261b7e"}],"id":"3b365ab7-50df-4d82-bfbd-6fbee383d137","_postman_id":"3b365ab7-50df-4d82-bfbd-6fbee383d137","description":""}]}