Assistant API Integration
Get started by integrating our platform with your messaging channel via our API and the provided client secret key.
Last updated
Was this helpful?
Get started by integrating our platform with your messaging channel via our API and the provided client secret key.
Last updated
Was this helpful?
Was this helpful?
{
...,
"stream": true
}/// completion in progress
data: {"__status": "active", "content": "Hello"}
data: {"__status": "active", "content": "Hello! How may"}
// once processing has finished
data: {"__status": "finished", "answer": "Hello! How may I help you?" , "inspection": {...}, searchResults: {...}}
// if there are any errors
data: {"__error", "name": "SampleException", "code": 400000, "status": 400, "message": "error message", "errors": []}