Developer Reference

API Documentation

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

REST

API

Direct HTTP access. Key-authenticated, JSON, Python and Node SDKs.

82 endpoints

Connector

MCP

Connect Claude or ChatGPT with one URL. OAuth, no API key to paste.

9 tools

Agent

Skills

Install into Claude Code, Cursor, Codex, or Gemini with one command.

6 skills

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: ss_live_YOUR_KEY" \
  "https://app.sentisense.ai/api/v1/stocks/price?ticker=AAPL"

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

API Reference

82 endpoints

Rate Limits

TierPriceAPI Requests / MonthKey Features
Free$01,000Preview access, 30 req/min: generate key in Developer Console
PRO$15/moUnlimitedFull access, 300 req/min: institutional data, AI analysis

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.

65+ 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.