API Documentation

Build on real-time market sentiment, news intelligence, and institutional flow data

Quick Start

All API access requires an API key. Generate one for free in Settings > Developer Console.

# Get real-time stock price
curl -H "X-SentiSense-API-Key: ssk_YOUR_KEY" \
  "https://app.sentisense.ai/api/v1/stocks/price?ticker=AAPL"

# Get institutional flows (PRO)
curl -H "X-SentiSense-API-Key: ssk_YOUR_KEY" \
  "https://app.sentisense.ai/api/v1/institutional/flows?reportDate=2025-12-31"

API Reference

Rate Limits

TierPriceAPI Requests / MonthKey Features
Free$0100Preview access — generate key in Developer Console
PRO$15/mo100,000Full access, 60 req/min — institutional data, AI analysis
AI Agent Ready

Build with Your AI Agent

Point your AI agent to our skill file and it can query stock prices, sentiment data, news, and institutional flows — no manual setup needed.

38 REST API endpoints — most publicly accessible
Python & Node.js SDKs
Free tier — start calling endpoints immediately
agent prompt
// Point your AI agent here:
Read https://sentisense.ai/skill.md and follow the API instructions

Works with OpenClaw, Claude Code, Codex, and other AI agents.