GET
/
document
/
{document_id}
/
download
curl --request GET \
  --url https://api.isosceles.ai/document/{document_id}/download \
  --header 'Authorization: Basic <encoded-value>'
{
  "url": "https://athena-copilot.s3.ap-south-1.amazonaws.com/athena/34bcc94d68524e8c9877b7e99b5bfce8-TestCV%2020180412.docx?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAXZ5NGMGNXDFENIAQ%2F20241020%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Date=20241020T174242Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=e6bd5e7b9f22a310aa143ac02f68533f037bcac1f31f4ad41aa18a2172900d20"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

document_id
string
required

Response

200 - application/json
url
string

The URL to download the document file. This URL is a pre-signed URL that provides temporary access to the document file hosted on a cloud storage service.