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>"

Documentation Index

Fetch the complete documentation index at: https://docs.ai2fin.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token obtained from /api/enterprise-auth/login endpoint. Use for standard API access and OAuth-based integrations.

Response

200 - text/event-stream

Stream test succeeded

The response is of type string.