LawVu API
The next generation of the LawVu API.
Download OpenAPI description
Overview
Languages
Servers
Sandbox API
https://api-sandbox.lawvu.com/
Production API
https://api.lawvu.com/
- Sandbox API
https://api-sandbox.lawvu.com/v2/files/{fileId}
- Production API
https://api.lawvu.com/v2/files/{fileId}
- Payload
- JavaScript
- Node.js
- C#
- Python
No request payload
- Sandbox API
https://api-sandbox.lawvu.com/v2/files/{fileId}
- Production API
https://api.lawvu.com/v2/files/{fileId}
- Payload
- JavaScript
- Node.js
- C#
- Python
multipart/form-data
boundary=abc1234
abc1234
Content-Disposition: form-data; name="file"; filename="new-file-version.pdf"
Content-Type: application/pdf
<Binary file contents>
abc1234
Response
application/json
{ "id": 9456 }
- Sandbox API
https://api-sandbox.lawvu.com/v2/files
- Production API
https://api.lawvu.com/v2/files
- Payload
- JavaScript
- Node.js
- C#
- Python
multipart/form-data
boundary=abc1234
abc1234
Content-Disposition: form-data; name="file"; filename="contract.pdf"
Content-Type: application/pdf
<Binary file contents>
abc1234
Content-Disposition: form-data; name="targetResourceType"
ContractCreation
abc1234
Response
application/json
{ "id": 9456 }