Oliver Chat API
AI-Powered Chat API designed specifically for financial services professionals. Secure, compliant, and intelligent conversation capabilities with specialized financial knowledge.
Welcome to Oliver Chat
Oliver is an advanced AI assistant built by Advisors Asset Management, Inc. specifically for financial services. Our API provides secure, compliant access to AI-powered chat capabilities with deep knowledge of financial markets, regulations, and advisory best practices.
Financial Services Focus
Oliver is trained on financial data, regulations, and industry best practices. It understands compliance requirements, market dynamics, and can provide intelligent assistance for financial professionals.
Key Features
Real-time Chat
Engage in natural conversations with Oliver using our chat API. Supports both synchronous and streaming responses.
Learn more →Compliance Ready
Built-in compliance monitoring and reporting features ensure adherence to financial regulations and industry standards.
Learn more →RAG Integration
Leverage custom knowledge bases and document repositories to enhance Oliver's responses with your specific content.
Learn more →Search & Browse
Enable Oliver to search the web and browse specific websites to provide up-to-date information in responses.
Learn more →Image Generation
Generate charts, diagrams, and visual content to enhance communication and presentation materials.
Learn more →Real-time Streaming
Stream responses in real-time for better user experience and immediate feedback during long conversations.
Learn more →Quick Start
Get up and running with Oliver Chat API in minutes:
curl -X POST "https://api.oliverchat.com/api/v1/chat" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"message": "What are the current market trends in financial services?",
"stream": false
}'
{
"id": "chat_123456789",
"object": "chat.completion",
"created": 1234567890,
"model": "oliver-v1",
"message": {
"role": "assistant",
"content": "Based on current market analysis, several key trends are shaping financial services...",
"citations": [
{
"source": "Federal Reserve Economic Data",
"url": "https://fred.stlouisfed.org",
"relevance": 0.95
}
]
},
"usage": {
"prompt_tokens": 15,
"completion_tokens": 150,
"total_tokens": 165
}
}
API Reference
Authentication
Secure API access with API keys, OAuth, and session management.
Chat Endpoints
Send messages, manage conversations, and retrieve chat history.
Streaming
Real-time message streaming using Server-Sent Events.
RAG Containers
Manage knowledge bases and document repositories.
Support & Resources
Ready to Get Started?
Begin building with Oliver Chat API today. Get your API key and start integrating AI-powered conversations into your financial applications.