cURL
curl --request GET \ --url https://api.fortiseval.com/v1/documents/{documentId}/download \ --header 'Authorization: Bearer <token>'
{ "url": "<string>", "file_name": "<string>", "mime_type": "<string>", "expires_at": "<string>" }
Returns a temporary download URL for the document file, valid for 1 hour. The URL forces a download with the original filename.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>