Query API
Use the Query API to create an integratation with your AI agent.
Last updated
Use the Query API to create an integratation with your AI agent.
Last updated
POST /api/1.1/wf/ask-ai-query HTTP/1.1
Host: myaskai.com
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"id": "text",
"api_key": "text",
"query": "text"
}{
"answer": "text",
"references": [
{
"content": "text",
"link": "https://example.com",
"score": 1,
"title": "text"
}
],
"suggestedQuestions": [
"text"
],
"unknown_answer": "no"
}