Skip to main content
GET
/
api
/
chat
/
files
/
{userId}
/
{fileName}
Download chat file
curl --request GET \
  --url https://api.ai2fin.com/api/chat/files/{userId}/{fileName} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/login endpoint

Path Parameters

userId
string
required
fileName
string
required

Response

File stream

The response is of type file.