Strat AiStrat AI
Join
Developer Docs

API Reference

Complete reference for the Strat Ai REST and WebSocket APIs. Build custom integrations and trading workflows.

Authentication

API Key authentication

All API requests require a valid API key passed via the Authorization header. Keys are generated from the Strat Ai dashboard.

Example Request
curl -X GET https://api.stratai.live/v1/conviction \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"symbol": "NIFTY", "timeframe": "1h"}'
Base URL: api.stratai.liveVersion: v1
Endpoints

Available endpoints

GET/v1/conviction

Get the current conviction score for a given symbol.

symboltimeframe
GET/v1/indicators

Retrieve all 16 technical indicators for a symbol.

symbolintervallimit
GET/v1/dimensions

Get individual quantitative analysis dimensions (Technical, Sentiment, Trend, Context).

symbol
POST/v1/analyze

Submit a symbol for full multi-variable analysis. Returns conviction + textual reasoning.

symboldepthinclude_narrative
GET/v1/options/chain

Retrieve the options chain with OI, IV, and Greeks for an underlying.

symbolexpiry
GET/v1/anomalies

Get detected structural anomalies — unusual volume, sector rotations, correlation breaks.

markettimeframe
WS/v1/stream

WebSocket stream for real-time conviction updates and indicator ticks.

symbols[]
100

Requests/min

Starter Plan

1,000

Requests/min

Pro Plan

Custom

Rate Limits

Institutional Plan