Skip to Content
BlitzPulse docs are live. Looking for Blitz Global? Visit https://blitzglobalcapital.com.

Ai API

Auto-generated from openapi-snapshot.json. Do not edit by hand — changes are overwritten by scripts/docs/generate_api_reference.py.

2 endpoints in this group.

POST /api/ai/ask

Ask

Answer a free-form question, gated to market/finance topics by the system prompt.

Returns a streaming text/event-stream response when the client sends Accept: text/event-stream; otherwise responds with the original JSON {"answer": ...} envelope (backward-compatible).

Parameters

NameInTypeRequiredDescription
acceptheaderoptional

Request body: application/json

Responses

CodeDescription
200Successful Response
422Validation Error

POST /api/ai/symbol/{symbol}/ask

Ask Symbol

Answer a per-symbol research question through shared AI synthesis.

Parameters

NameInTypeRequiredDescription
symbolpathstringrequired

Request body: application/json

Responses

CodeDescription
200Successful Response
422Validation Error