Agent discovery
IntradayFeed is a free browser app for ES session setup, prop-firm statement review, and news sentiment. Outputs are informational only — not financial advice. Prefer the curated maps and JSON APIs below instead of scraping HTML.
| Method | Path | Purpose |
|---|---|---|
| GET | /api/health | Liveness |
| GET | /api/setup | ES levels, bias, scenarios, 15m bars |
| GET | /api/news | Headlines + sentiment (may be empty) |
| GET | /api/market/deep | Session skim narrative |
| GET | /api/analyze | My trades API schema |
| POST | /api/analyze | Analyze parsed fills → report + blueprint |
| POST | /api/analyze/coach | DeepSeek coach from an analysis report |
| GET | /api | API index |
Humans upload PDF/CSV in the browser. Agents should send already-parsed fills to POST /api/analyze — same report, leaks, strengths, and trader blueprint as the My trades tab. Stats use closed fills only (pnl ≠ 0); opening/flat legs are skipped. Add "coach": true for DeepSeek coaching when DEEPSEEK_API_KEY is set (response includes coachConfigured / coachError if not).
{
"trades": [
{
"date": "2026-08-01",
"time": "09:35",
"direction": "Buy",
"size": 2,
"price": 5500,
"pnl": 120
}
],
"coach": false
}Absolute base for this deploy: https://intradayfeed.com · About · admin@intradayfeed.com