Document
Download
Document
Download
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
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Response
200 - application/json
The response is of type object
.
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"
}