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"
}Changes
Changed in 2 of the 35 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲