Skip to main content
GET
/
documents
/
{documentId}
/
download
Get Document Download URL
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

documentId
string
required

Response

url
string
required
file_name
string | null
required
mime_type
string | null
required
expires_at
string
required