Default
AI Copilot
Chat with our AI copilot powered by Neyman AI trained on the extensive Finnhub's global data. You can ask it any finance-related questions just like with other LLM models and receive results in texts and widgets.
post/ai-chat
Request body
Example request
{
"stream": true,
"messages": [
{
"role": "role",
"content": "content"
},
{
"role": "role",
"content": "content"
}
]
}Response
successful operation
Example response
{
"chatId": "chatId",
"relatedQueries": [
"{}",
"{}"
],
"sources": [
"{}",
"{}"
],
"widgets": [
"{}",
"{}"
],
"tickers": [
"{}",
"{}"
],
"content": "content",
"querySummary": "querySummary"
}