AIStockTickersChat API

This API powers the AI chatbot on AI Stock Tickers.

AI Stock Tickers
Your go-to platform for stock analysis, trading, and AI-powered insights.
Discover top-performing stocks with daily AI-driven insights. AI Stock Tickers delivers a curated list of potential buys, blending our advanced algorithms and AI models to rank high-potential stocks for near-term gains, empowering confident, informed decisions without the clutter.

Endpoints

POST /api/StockChatApi/chat

Send a chat request to the AI. The request body should be JSON in the following format:

{
  "user_id": "string",      // Unique user identifier
  "message": "string",      // User's query
  "ticker": "string",       // Stock ticker (optional)
  "summary": "string",      // Previous conversation summary (optional)
  "sessionId": 0             // Session ID (optional)
}

The response will be JSON with fields like reply, summary, suggestedPrompts, sessionId, and unrelatedTopicCount.

GET /api/StockChatApi/HelloWorld

Test the API is running by visiting: /api/StockChatApi/HelloWorld


© AIStockTickersChat API