curl --request GET \
--url https://dev.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/documents/{document_id}/download \
--header 'Authorization: Bearer <token>'{
"downloadUrl": "<string>",
"documentId": "<string>",
"documentName": "<string>",
"expiresAt": "2023-11-07T05:31:56Z",
"fileSizeBytes": 123
}Generate a presigned URL for downloading a document from GCS
curl --request GET \
--url https://dev.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/documents/{document_id}/download \
--header 'Authorization: Bearer <token>'{
"downloadUrl": "<string>",
"documentId": "<string>",
"documentName": "<string>",
"expiresAt": "2023-11-07T05:31:56Z",
"fileSizeBytes": 123
}Get token from Auth0 and paste it here
Successful Response
Was this page helpful?