Skip to main content
DELETE
/
chat
/
{id}
Delete Chat
curl --request DELETE \
  --url https://api.cozmox.ai/chat/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "orgId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "assistantId": "<string>",
  "assistant": {
    "transcriber": {
      "provider": "assembly-ai",
      "language": "en",
      "confidenceThreshold": 0.4,
      "enableUniversalStreamingApi": false,
      "formatTurns": false,
      "endOfTurnConfidenceThreshold": 0.7,
      "minEndOfTurnSilenceWhenConfident": 160,
      "wordFinalizationMaxWaitTime": 160,
      "maxTurnSilence": 400,
      "realtimeUrl": "<string>",
      "wordBoost": [
        "<string>"
      ],
      "endUtteranceSilenceThreshold": 123,
      "disablePartialTranscripts": true,
      "fallbackPlan": {
        "transcribers": [
          {
            "provider": "assembly-ai",
            "language": "en",
            "confidenceThreshold": 0.4,
            "enableUniversalStreamingApi": false,
            "formatTurns": false,
            "endOfTurnConfidenceThreshold": 0.7,
            "minEndOfTurnSilenceWhenConfident": 160,
            "wordFinalizationMaxWaitTime": 160,
            "maxTurnSilence": 400,
            "realtimeUrl": "<string>",
            "wordBoost": [
              "<string>"
            ],
            "endUtteranceSilenceThreshold": 123,
            "disablePartialTranscripts": true
          }
        ]
      }
    },
    "model": {
      "model": "claude-3-opus-20240229",
      "provider": "anthropic",
      "messages": [
        {
          "content": "<string>",
          "role": "assistant"
        }
      ],
      "tools": [
        {
          "type": "apiRequest",
          "method": "POST",
          "url": "<string>",
          "messages": [
            {
              "type": "request-start",
              "contents": [
                "<unknown>"
              ],
              "blocking": false,
              "content": "<string>",
              "conditions": [
                {
                  "operator": "eq",
                  "param": "<string>",
                  "value": "<string>"
                }
              ]
            }
          ],
          "timeoutSeconds": 20,
          "name": "<string>",
          "description": "<string>",
          "body": {
            "type": "string",
            "items": {},
            "properties": {},
            "description": "<string>",
            "pattern": "<string>",
            "format": "date-time",
            "required": [
              "<string>"
            ],
            "enum": [
              "<string>"
            ],
            "title": "<string>"
          },
          "headers": {
            "type": "string",
            "items": {},
            "properties": {},
            "description": "<string>",
            "pattern": "<string>",
            "format": "date-time",
            "required": [
              "<string>"
            ],
            "enum": [
              "<string>"
            ],
            "title": "<string>"
          },
          "backoffPlan": {
            "type": "fixed",
            "maxRetries": 0,
            "baseDelaySeconds": 1
          },
          "variableExtractionPlan": {
            "schema": {
              "type": "string",
              "items": {},
              "properties": {},
              "description": "<string>",
              "pattern": "<string>",
              "format": "date-time",
              "required": [
                "<string>"
              ],
              "enum": [
                "<string>"
              ],
              "title": "<string>"
            },
            "aliases": [
              {
                "key": "<string>",
                "value": "<string>"
              }
            ]
          },
          "function": {
            "name": "<string>",
            "strict": false,
            "description": "<string>",
            "parameters": {
              "type": "object",
              "properties": {},
              "required": [
                "<string>"
              ]
            }
          }
        }
      ],
      "toolIds": [
        "<string>"
      ],
      "knowledgeBase": {
        "provider": "custom-knowledge-base",
        "server": {
          "timeoutSeconds": 20,
          "url": "<string>",
          "headers": {},
          "backoffPlan": {
            "type": "fixed",
            "maxRetries": 0,
            "baseDelaySeconds": 1
          }
        }
      },
      "knowledgeBaseId": "<string>",
      "thinking": {
        "type": "enabled",
        "budgetTokens": 50512
      },
      "temperature": 1,
      "maxTokens": 5025,
      "emotionRecognitionEnabled": true,
      "numFastTurns": 1
    },
    "voice": {
      "provider": "azure",
      "voiceId": "andrew",
      "cachingEnabled": true,
      "chunkPlan": {
        "enabled": true,
        "minCharacters": 30,
        "punctuationBoundaries": [
          "。",
          ",",
          ".",
          "!",
          "?",
          ";",
          "،",
          "۔",
          "।",
          "॥",
          "|",
          "||",
          ",",
          ":"
        ],
        "formatPlan": {
          "enabled": true,
          "numberToDigitsCutoff": 2025,
          "replacements": [
            {
              "type": "exact",
              "key": "<string>",
              "value": "<string>",
              "replaceAllEnabled": false
            }
          ],
          "formattersEnabled": "markdown"
        }
      },
      "speed": 1.25,
      "fallbackPlan": {
        "voices": [
          {
            "provider": "azure",
            "voiceId": "andrew",
            "cachingEnabled": true,
            "speed": 1.25,
            "chunkPlan": {
              "enabled": true,
              "minCharacters": 30,
              "punctuationBoundaries": [
                "。",
                ",",
                ".",
                "!",
                "?",
                ";",
                "،",
                "۔",
                "।",
                "॥",
                "|",
                "||",
                ",",
                ":"
              ],
              "formatPlan": {
                "enabled": true,
                "numberToDigitsCutoff": 2025,
                "replacements": [
                  {
                    "type": "exact",
                    "key": "<string>",
                    "value": "<string>",
                    "replaceAllEnabled": false
                  }
                ],
                "formattersEnabled": "markdown"
              }
            }
          }
        ]
      }
    },
    "firstMessage": "Hello! How can I help you today?",
    "firstMessageInterruptionsEnabled": false,
    "firstMessageMode": "assistant-speaks-first",
    "voicemailDetection": {
      "provider": "google",
      "beepMaxAwaitSeconds": 30,
      "backoffPlan": {
        "startAtSeconds": 5,
        "frequencySeconds": 5,
        "maxRetries": 6
      }
    },
    "clientMessages": [
      "conversation-update",
      "function-call",
      "hang",
      "model-output",
      "speech-update",
      "status-update",
      "transfer-update",
      "transcript",
      "tool-calls",
      "user-interrupted",
      "voice-input",
      "workflow.node.started"
    ],
    "serverMessages": [
      "conversation-update",
      "end-of-call-report",
      "function-call",
      "hang",
      "speech-update",
      "status-update",
      "tool-calls",
      "transfer-destination-request",
      "user-interrupted"
    ],
    "silenceTimeoutSeconds": 30,
    "maxDurationSeconds": 600,
    "backgroundSound": "office",
    "backgroundDenoisingEnabled": false,
    "modelOutputInMessagesEnabled": false,
    "transportConfigurations": [
      {
        "provider": "twilio",
        "timeout": 60,
        "record": false,
        "recordingChannels": "mono"
      }
    ],
    "observabilityPlan": {
      "provider": "langfuse",
      "tags": [
        "<string>"
      ],
      "metadata": {}
    },
    "credentials": [
      {
        "provider": "anthropic",
        "apiKey": "<string>",
        "name": "<string>"
      }
    ],
    "hooks": [
      {
        "on": "call.ending",
        "do": [
          {
            "type": "transfer",
            "destination": {
              "type": "number",
              "number": "<string>",
              "message": "<string>",
              "numberE164CheckEnabled": true,
              "extension": "<string>",
              "callerId": "<string>",
              "transferPlan": {
                "mode": "blind-transfer",
                "message": "<string>",
                "timeout": 60,
                "sipVerb": "refer",
                "holdAudioUrl": "<string>",
                "transferCompleteAudioUrl": "<string>",
                "twiml": "<string>",
                "summaryPlan": {
                  "messages": [
                    {}
                  ],
                  "enabled": true,
                  "timeoutSeconds": 30.5
                },
                "sipHeadersInReferToEnabled": true,
                "fallbackPlan": {
                  "message": "<string>",
                  "endCallEnabled": true
                }
              },
              "description": "<string>"
            }
          }
        ],
        "filters": [
          {
            "type": "oneOf",
            "key": "<string>",
            "oneOf": [
              "<string>"
            ]
          }
        ]
      }
    ],
    "name": "<string>",
    "voicemailMessage": "<string>",
    "endCallMessage": "<string>",
    "endCallPhrases": [
      "<string>"
    ],
    "compliancePlan": {
      "hipaaEnabled": {
        "hipaaEnabled": false
      },
      "pciEnabled": {
        "pciEnabled": false
      }
    },
    "metadata": {},
    "backgroundSpeechDenoisingPlan": {
      "smartDenoisingPlan": {
        "enabled": false
      },
      "fourierDenoisingPlan": {
        "enabled": false,
        "mediaDetectionEnabled": true,
        "staticThreshold": -35,
        "baselineOffsetDb": -15,
        "windowSizeMs": 3000,
        "baselinePercentile": 85
      }
    },
    "analysisPlan": {
      "minMessagesThreshold": 1,
      "summaryPlan": {
        "messages": [
          {}
        ],
        "enabled": true,
        "timeoutSeconds": 30.5
      },
      "structuredDataPlan": {
        "messages": [
          {}
        ],
        "enabled": true,
        "schema": {
          "type": "string",
          "items": {},
          "properties": {},
          "description": "<string>",
          "pattern": "<string>",
          "format": "date-time",
          "required": [
            "<string>"
          ],
          "enum": [
            "<string>"
          ],
          "title": "<string>"
        },
        "timeoutSeconds": 30.5
      },
      "structuredDataMultiPlan": [
        {
          "key": "<string>",
          "plan": {
            "messages": [
              {}
            ],
            "enabled": true,
            "schema": {
              "type": "string",
              "items": {},
              "properties": {},
              "description": "<string>",
              "pattern": "<string>",
              "format": "date-time",
              "required": [
                "<string>"
              ],
              "enum": [
                "<string>"
              ],
              "title": "<string>"
            },
            "timeoutSeconds": 30.5
          }
        }
      ],
      "successEvaluationPlan": {
        "rubric": "NumericScale",
        "messages": [
          {}
        ],
        "enabled": true,
        "timeoutSeconds": 30.5
      }
    },
    "artifactPlan": {
      "recordingEnabled": true,
      "recordingFormat": "wav;l16",
      "videoRecordingEnabled": false,
      "pcapEnabled": true,
      "pcapS3PathPrefix": "/pcaps",
      "transcriptPlan": {
        "enabled": true,
        "assistantName": "<string>",
        "userName": "<string>"
      },
      "recordingPath": "<string>"
    },
    "messagePlan": {
      "idleMessages": [
        "<string>"
      ],
      "idleMessageMaxSpokenCount": 5.5,
      "idleMessageResetCountOnUserSpeechEnabled": true,
      "idleTimeoutSeconds": 32.5,
      "silenceTimeoutMessage": "<string>"
    },
    "startSpeakingPlan": {
      "waitSeconds": 0.4,
      "smartEndpointingEnabled": false,
      "smartEndpointingPlan": {
        "provider": "cozmox"
      },
      "customEndpointingRules": [
        {
          "type": "assistant",
          "regex": "<string>",
          "timeoutSeconds": 7.5,
          "regexOptions": [
            {
              "type": "ignore-case",
              "enabled": true
            }
          ]
        }
      ],
      "transcriptionEndpointingPlan": {
        "onPunctuationSeconds": 0.1,
        "onNoPunctuationSeconds": 1.5,
        "onNumberSeconds": 0.5
      }
    },
    "stopSpeakingPlan": {
      "numWords": 0,
      "voiceSeconds": 0.2,
      "backoffSeconds": 1,
      "acknowledgementPhrases": [
        "i understand",
        "i see",
        "i got it",
        "i hear you",
        "im listening",
        "im with you",
        "right",
        "okay",
        "ok",
        "sure",
        "alright",
        "got it",
        "understood",
        "yeah",
        "yes",
        "uh-huh",
        "mm-hmm",
        "gotcha",
        "mhmm",
        "ah",
        "yeah okay",
        "yeah sure"
      ],
      "interruptionPhrases": [
        "stop",
        "shut",
        "up",
        "enough",
        "quiet",
        "silence",
        "but",
        "dont",
        "not",
        "no",
        "hold",
        "wait",
        "cut",
        "pause",
        "nope",
        "nah",
        "nevermind",
        "never",
        "bad",
        "actually"
      ]
    },
    "monitorPlan": {
      "listenEnabled": false,
      "listenAuthenticationEnabled": false,
      "controlEnabled": false,
      "controlAuthenticationEnabled": false
    },
    "credentialIds": [
      "<string>"
    ],
    "server": {
      "timeoutSeconds": 20,
      "url": "<string>",
      "headers": {},
      "backoffPlan": {
        "type": "fixed",
        "maxRetries": 0,
        "baseDelaySeconds": 1
      }
    },
    "keypadInputPlan": {
      "enabled": true,
      "timeoutSeconds": 5,
      "delimiters": "#"
    }
  },
  "assistantOverrides": {
    "transcriber": {
      "provider": "assembly-ai",
      "language": "en",
      "confidenceThreshold": 0.4,
      "enableUniversalStreamingApi": false,
      "formatTurns": false,
      "endOfTurnConfidenceThreshold": 0.7,
      "minEndOfTurnSilenceWhenConfident": 160,
      "wordFinalizationMaxWaitTime": 160,
      "maxTurnSilence": 400,
      "realtimeUrl": "<string>",
      "wordBoost": [
        "<string>"
      ],
      "endUtteranceSilenceThreshold": 123,
      "disablePartialTranscripts": true,
      "fallbackPlan": {
        "transcribers": [
          {
            "provider": "assembly-ai",
            "language": "en",
            "confidenceThreshold": 0.4,
            "enableUniversalStreamingApi": false,
            "formatTurns": false,
            "endOfTurnConfidenceThreshold": 0.7,
            "minEndOfTurnSilenceWhenConfident": 160,
            "wordFinalizationMaxWaitTime": 160,
            "maxTurnSilence": 400,
            "realtimeUrl": "<string>",
            "wordBoost": [
              "<string>"
            ],
            "endUtteranceSilenceThreshold": 123,
            "disablePartialTranscripts": true
          }
        ]
      }
    },
    "model": {
      "model": "claude-3-opus-20240229",
      "provider": "anthropic",
      "messages": [
        {
          "content": "<string>",
          "role": "assistant"
        }
      ],
      "tools": [
        {
          "type": "apiRequest",
          "method": "POST",
          "url": "<string>",
          "messages": [
            {
              "type": "request-start",
              "contents": [
                "<unknown>"
              ],
              "blocking": false,
              "content": "<string>",
              "conditions": [
                {
                  "operator": "eq",
                  "param": "<string>",
                  "value": "<string>"
                }
              ]
            }
          ],
          "timeoutSeconds": 20,
          "name": "<string>",
          "description": "<string>",
          "body": {
            "type": "string",
            "items": {},
            "properties": {},
            "description": "<string>",
            "pattern": "<string>",
            "format": "date-time",
            "required": [
              "<string>"
            ],
            "enum": [
              "<string>"
            ],
            "title": "<string>"
          },
          "headers": {
            "type": "string",
            "items": {},
            "properties": {},
            "description": "<string>",
            "pattern": "<string>",
            "format": "date-time",
            "required": [
              "<string>"
            ],
            "enum": [
              "<string>"
            ],
            "title": "<string>"
          },
          "backoffPlan": {
            "type": "fixed",
            "maxRetries": 0,
            "baseDelaySeconds": 1
          },
          "variableExtractionPlan": {
            "schema": {
              "type": "string",
              "items": {},
              "properties": {},
              "description": "<string>",
              "pattern": "<string>",
              "format": "date-time",
              "required": [
                "<string>"
              ],
              "enum": [
                "<string>"
              ],
              "title": "<string>"
            },
            "aliases": [
              {
                "key": "<string>",
                "value": "<string>"
              }
            ]
          },
          "function": {
            "name": "<string>",
            "strict": false,
            "description": "<string>",
            "parameters": {
              "type": "object",
              "properties": {},
              "required": [
                "<string>"
              ]
            }
          }
        }
      ],
      "toolIds": [
        "<string>"
      ],
      "knowledgeBase": {
        "provider": "custom-knowledge-base",
        "server": {
          "timeoutSeconds": 20,
          "url": "<string>",
          "headers": {},
          "backoffPlan": {
            "type": "fixed",
            "maxRetries": 0,
            "baseDelaySeconds": 1
          }
        }
      },
      "knowledgeBaseId": "<string>",
      "thinking": {
        "type": "enabled",
        "budgetTokens": 50512
      },
      "temperature": 1,
      "maxTokens": 5025,
      "emotionRecognitionEnabled": true,
      "numFastTurns": 1
    },
    "voice": {
      "provider": "azure",
      "voiceId": "andrew",
      "cachingEnabled": true,
      "chunkPlan": {
        "enabled": true,
        "minCharacters": 30,
        "punctuationBoundaries": [
          "。",
          ",",
          ".",
          "!",
          "?",
          ";",
          "،",
          "۔",
          "।",
          "॥",
          "|",
          "||",
          ",",
          ":"
        ],
        "formatPlan": {
          "enabled": true,
          "numberToDigitsCutoff": 2025,
          "replacements": [
            {
              "type": "exact",
              "key": "<string>",
              "value": "<string>",
              "replaceAllEnabled": false
            }
          ],
          "formattersEnabled": "markdown"
        }
      },
      "speed": 1.25,
      "fallbackPlan": {
        "voices": [
          {
            "provider": "azure",
            "voiceId": "andrew",
            "cachingEnabled": true,
            "speed": 1.25,
            "chunkPlan": {
              "enabled": true,
              "minCharacters": 30,
              "punctuationBoundaries": [
                "。",
                ",",
                ".",
                "!",
                "?",
                ";",
                "،",
                "۔",
                "।",
                "॥",
                "|",
                "||",
                ",",
                ":"
              ],
              "formatPlan": {
                "enabled": true,
                "numberToDigitsCutoff": 2025,
                "replacements": [
                  {
                    "type": "exact",
                    "key": "<string>",
                    "value": "<string>",
                    "replaceAllEnabled": false
                  }
                ],
                "formattersEnabled": "markdown"
              }
            }
          }
        ]
      }
    },
    "firstMessage": "Hello! How can I help you today?",
    "firstMessageInterruptionsEnabled": false,
    "firstMessageMode": "assistant-speaks-first",
    "voicemailDetection": {
      "provider": "google",
      "beepMaxAwaitSeconds": 30,
      "backoffPlan": {
        "startAtSeconds": 5,
        "frequencySeconds": 5,
        "maxRetries": 6
      }
    },
    "clientMessages": [
      "conversation-update",
      "function-call",
      "hang",
      "model-output",
      "speech-update",
      "status-update",
      "transfer-update",
      "transcript",
      "tool-calls",
      "user-interrupted",
      "voice-input",
      "workflow.node.started"
    ],
    "serverMessages": [
      "conversation-update",
      "end-of-call-report",
      "function-call",
      "hang",
      "speech-update",
      "status-update",
      "tool-calls",
      "transfer-destination-request",
      "user-interrupted"
    ],
    "silenceTimeoutSeconds": 30,
    "maxDurationSeconds": 600,
    "backgroundSound": "office",
    "backgroundDenoisingEnabled": false,
    "modelOutputInMessagesEnabled": false,
    "transportConfigurations": [
      {
        "provider": "twilio",
        "timeout": 60,
        "record": false,
        "recordingChannels": "mono"
      }
    ],
    "observabilityPlan": {
      "provider": "langfuse",
      "tags": [
        "<string>"
      ],
      "metadata": {}
    },
    "credentials": [
      {
        "provider": "anthropic",
        "apiKey": "<string>",
        "name": "<string>"
      }
    ],
    "hooks": [
      {
        "on": "call.ending",
        "do": [
          {
            "type": "transfer",
            "destination": {
              "type": "number",
              "number": "<string>",
              "message": "<string>",
              "numberE164CheckEnabled": true,
              "extension": "<string>",
              "callerId": "<string>",
              "transferPlan": {
                "mode": "blind-transfer",
                "message": "<string>",
                "timeout": 60,
                "sipVerb": "refer",
                "holdAudioUrl": "<string>",
                "transferCompleteAudioUrl": "<string>",
                "twiml": "<string>",
                "summaryPlan": {
                  "messages": [
                    {}
                  ],
                  "enabled": true,
                  "timeoutSeconds": 30.5
                },
                "sipHeadersInReferToEnabled": true,
                "fallbackPlan": {
                  "message": "<string>",
                  "endCallEnabled": true
                }
              },
              "description": "<string>"
            }
          }
        ],
        "filters": [
          {
            "type": "oneOf",
            "key": "<string>",
            "oneOf": [
              "<string>"
            ]
          }
        ]
      }
    ],
    "variableValues": {},
    "name": "<string>",
    "voicemailMessage": "<string>",
    "endCallMessage": "<string>",
    "endCallPhrases": [
      "<string>"
    ],
    "compliancePlan": {
      "hipaaEnabled": {
        "hipaaEnabled": false
      },
      "pciEnabled": {
        "pciEnabled": false
      }
    },
    "metadata": {},
    "backgroundSpeechDenoisingPlan": {
      "smartDenoisingPlan": {
        "enabled": false
      },
      "fourierDenoisingPlan": {
        "enabled": false,
        "mediaDetectionEnabled": true,
        "staticThreshold": -35,
        "baselineOffsetDb": -15,
        "windowSizeMs": 3000,
        "baselinePercentile": 85
      }
    },
    "analysisPlan": {
      "minMessagesThreshold": 1,
      "summaryPlan": {
        "messages": [
          {}
        ],
        "enabled": true,
        "timeoutSeconds": 30.5
      },
      "structuredDataPlan": {
        "messages": [
          {}
        ],
        "enabled": true,
        "schema": {
          "type": "string",
          "items": {},
          "properties": {},
          "description": "<string>",
          "pattern": "<string>",
          "format": "date-time",
          "required": [
            "<string>"
          ],
          "enum": [
            "<string>"
          ],
          "title": "<string>"
        },
        "timeoutSeconds": 30.5
      },
      "structuredDataMultiPlan": [
        {
          "key": "<string>",
          "plan": {
            "messages": [
              {}
            ],
            "enabled": true,
            "schema": {
              "type": "string",
              "items": {},
              "properties": {},
              "description": "<string>",
              "pattern": "<string>",
              "format": "date-time",
              "required": [
                "<string>"
              ],
              "enum": [
                "<string>"
              ],
              "title": "<string>"
            },
            "timeoutSeconds": 30.5
          }
        }
      ],
      "successEvaluationPlan": {
        "rubric": "NumericScale",
        "messages": [
          {}
        ],
        "enabled": true,
        "timeoutSeconds": 30.5
      }
    },
    "artifactPlan": {
      "recordingEnabled": true,
      "recordingFormat": "wav;l16",
      "videoRecordingEnabled": false,
      "pcapEnabled": true,
      "pcapS3PathPrefix": "/pcaps",
      "transcriptPlan": {
        "enabled": true,
        "assistantName": "<string>",
        "userName": "<string>"
      },
      "recordingPath": "<string>"
    },
    "messagePlan": {
      "idleMessages": [
        "<string>"
      ],
      "idleMessageMaxSpokenCount": 5.5,
      "idleMessageResetCountOnUserSpeechEnabled": true,
      "idleTimeoutSeconds": 32.5,
      "silenceTimeoutMessage": "<string>"
    },
    "startSpeakingPlan": {
      "waitSeconds": 0.4,
      "smartEndpointingEnabled": false,
      "smartEndpointingPlan": {
        "provider": "cozmox"
      },
      "customEndpointingRules": [
        {
          "type": "assistant",
          "regex": "<string>",
          "timeoutSeconds": 7.5,
          "regexOptions": [
            {
              "type": "ignore-case",
              "enabled": true
            }
          ]
        }
      ],
      "transcriptionEndpointingPlan": {
        "onPunctuationSeconds": 0.1,
        "onNoPunctuationSeconds": 1.5,
        "onNumberSeconds": 0.5
      }
    },
    "stopSpeakingPlan": {
      "numWords": 0,
      "voiceSeconds": 0.2,
      "backoffSeconds": 1,
      "acknowledgementPhrases": [
        "i understand",
        "i see",
        "i got it",
        "i hear you",
        "im listening",
        "im with you",
        "right",
        "okay",
        "ok",
        "sure",
        "alright",
        "got it",
        "understood",
        "yeah",
        "yes",
        "uh-huh",
        "mm-hmm",
        "gotcha",
        "mhmm",
        "ah",
        "yeah okay",
        "yeah sure"
      ],
      "interruptionPhrases": [
        "stop",
        "shut",
        "up",
        "enough",
        "quiet",
        "silence",
        "but",
        "dont",
        "not",
        "no",
        "hold",
        "wait",
        "cut",
        "pause",
        "nope",
        "nah",
        "nevermind",
        "never",
        "bad",
        "actually"
      ]
    },
    "monitorPlan": {
      "listenEnabled": false,
      "listenAuthenticationEnabled": false,
      "controlEnabled": false,
      "controlAuthenticationEnabled": false
    },
    "credentialIds": [
      "<string>"
    ],
    "server": {
      "timeoutSeconds": 20,
      "url": "<string>",
      "headers": {},
      "backoffPlan": {
        "type": "fixed",
        "maxRetries": 0,
        "baseDelaySeconds": 1
      }
    },
    "keypadInputPlan": {
      "enabled": true,
      "timeoutSeconds": 5,
      "delimiters": "#"
    }
  },
  "name": "<string>",
  "sessionId": "<string>",
  "input": [
    "Hello, how can you help me?",
    [
      {
        "role": "user",
        "content": "Hello, how can you help me?"
      }
    ]
  ],
  "stream": false,
  "previousChatId": "<string>",
  "messages": [
    {
      "role": "<string>",
      "message": "<string>",
      "time": 123,
      "secondsFromStart": 123
    }
  ],
  "output": [
    {
      "role": "<string>",
      "message": "<string>",
      "time": 123,
      "secondsFromStart": 123
    }
  ],
  "costs": [
    {
      "type": "model",
      "model": {},
      "promptTokens": 123,
      "completionTokens": 123,
      "cost": 123
    }
  ],
  "cost": 123
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard.

Path Parameters

id
string
required

Response

200 - application/json
id
string
required

This is the unique identifier for the chat.

orgId
string
required

This is the unique identifier for the org that this chat belongs to.

createdAt
string<date-time>
required

This is the ISO 8601 date-time string of when the chat was created.

updatedAt
string<date-time>
required

This is the ISO 8601 date-time string of when the chat was last updated.

assistantId
string

This is the assistant that will be used for the chat. To use an existing assistant, use assistantId instead.

assistant
object

This is the assistant that will be used for the chat. To use an existing assistant, use assistantId instead.

assistantOverrides
object

These are the variable values that will be used to replace template variables in the assistant messages. Only variable substitution is supported in chat contexts - other assistant properties cannot be overridden.

name
string

This is the name of the chat. This is just for your own reference.

Maximum string length: 40
sessionId
string

This is the ID of the session that will be used for the chat. Mutually exclusive with previousChatId.

input

This is the input text for the chat. Can be a string or an array of chat messages.

Example:
[
"Hello, how can you help me?",
[
{
"role": "user",
"content": "Hello, how can you help me?"
}
]
]
stream
boolean
default:false

This is a flag that determines whether the response should be streamed. When true, the response will be sent as chunks of text.

previousChatId
string

This is the ID of the chat that will be used as context for the new chat. The messages from the previous chat will be used as context. Mutually exclusive with sessionId.

messages
(SystemMessage · object | UserMessage · object | AssistantMessage · object | ToolMessage · object | DeveloperMessage · object)[]

This is an array of messages used as context for the chat. Used to provide message history for multi-turn conversations.

  • SystemMessage
  • UserMessage
  • AssistantMessage
  • ToolMessage
  • DeveloperMessage
output
(SystemMessage · object | UserMessage · object | AssistantMessage · object | ToolMessage · object | DeveloperMessage · object)[]

This is the output messages generated by the system in response to the input.

  • SystemMessage
  • UserMessage
  • AssistantMessage
  • ToolMessage
  • DeveloperMessage
costs
(ModelCost · object | ChatCost · object)[]

These are the costs of individual components of the chat in USD.

  • ModelCost
  • ChatCost
cost
number

This is the cost of the chat in USD.