Skip to main content
GET
/
api
/
chat
/
stream-test
Test streaming endpoint
curl --request GET \
  --url https://api.ai2fin.com/api/chat/stream-test \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/login endpoint

Response

200 - text/event-stream

Stream test succeeded

The response is of type string.