Chat API
Last updated
Last updated
POST /api/1.1/wf/ask-ai-chat HTTP/1.1
Host: myaskai.com
Content-Type: application/json
Accept: */*
Content-Length: 76
{
"id": "text",
"api_key": "text",
"messages": [
{
"role": "text",
"content": "text"
}
]
}{
"answer": "text",
"references": [
{
"content": "text",
"link": "https://example.com",
"score": 1,
"title": "text"
}
]
}