List

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

This endpoint allows you to get the list of all documents. It returns the latest 100 documents (sorted by upload time). If you want to get the next 100 document you can use the query param "from" as described bellow.. For European accounts you can use https://public-api.euc1.lawgeex.com

Query Parameters

Headers

[
   {
      "id": "db3a98e7-b4b3-42c3-8cfb-25ac1abead90",
      "extDocId": "38ca2bb",
      "status": "DONE",
      "fileName": "NDA.docx",
      "uploadedAt": 14876872334,
      "source": "PUBLIC_DOCUMENT_API"
   }
]

Last updated