Download (Pull)

GET https://public-api.use1.lawgeex.com/document/v1/download/docId

This endpoint allows you to download document by ID. When the document is ready you'll be able to download it. For European accounts you can use https://public-api.euc1.lawgeex.com

Path Parameters

Headers

{
    "status": "IN_PROGRESS"
}

or

{
    "status": "DONE",
    "documentBinary": "The zipped document content in base64 string"
}

or 

{
    "status": "REJECTED",
    "rejectionReason": "File too large"
}

Last updated