API Reference
Complete reference for the Strat Ai REST and WebSocket APIs. Build custom integrations and trading workflows.
API Key authentication
All API requests require a valid API key passed via the Authorization header. Keys are generated from the Strat Ai dashboard.
curl -X GET https://api.stratai.live/v1/conviction \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{"symbol": "NIFTY", "timeframe": "1h"}'Available endpoints
/v1/convictionGet the current conviction score for a given symbol.
/v1/indicatorsRetrieve all 16 technical indicators for a symbol.
/v1/dimensionsGet individual quantitative analysis dimensions (Technical, Sentiment, Trend, Context).
/v1/analyzeSubmit a symbol for full multi-variable analysis. Returns conviction + textual reasoning.
/v1/options/chainRetrieve the options chain with OI, IV, and Greeks for an underlying.
/v1/anomaliesGet detected structural anomalies — unusual volume, sector rotations, correlation breaks.
/v1/streamWebSocket stream for real-time conviction updates and indicator ticks.
Requests/min
Starter Plan
Requests/min
Pro Plan
Rate Limits
Institutional Plan