cURL
curl --request GET \ --url https://api.ai2fin.com/api/chat/files/{userId}/{fileName} \ --header 'Authorization: Bearer <token>'
"<string>"
Retrieve a previously uploaded file if the user is authorized
JWT token obtained from /api/auth/login endpoint
File stream
The response is of type file.
file