GET
/
document
/
{document_id}
curl --request GET \
  --url https://api.isosceles.ai/document/{document_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "brain_id": "e42b1e43-96d5-4769-ab71-afe26d3b6b19",
  "created_at": "Sun, 20 Oct 2024 17:40:19 GMT",
  "document_id": "944a2978-efbc-48a5-9656-7fecec32df4e",
  "id": 5589,
  "metadata": {
    "language_code": "en",
    "original_object": "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=20241020T174130Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=d0671c9910259b6219cbdb0510eb6c5c1dc8036166830d521a61fe20b795d09c",
    "original_url": "",
    "processed": false
  },
  "name": "TestCV 20180412.docx",
  "status": "COMPLETE",
  "type": "file",
  "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=20241020T174130Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=d0671c9910259b6219cbdb0510eb6c5c1dc8036166830d521a61fe20b795d09c"
}

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

The response is of type object.