cURL
curl --request POST \ --url https://api.ai2fin.com/api/chat/stream \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>", "conversationId": "<string>", "assetUrls": [ "<string>" ] } '
"<string>"
Initiate a streaming assistant response using Server-Sent Events (SSE)
JWT token obtained from /api/auth/login endpoint. Use for standard API access and OAuth-based integrations.
SSE stream started
The response is of type string.
string