A message for our valued customers and partners: This site is retiring, including accounts and API keys, as we migrate to the new developer portal. If you use existing API keys you will be contacted with further migration instructions. Accounts and API keys are not shared between this developer portal and the new developer portal. We recommend you review the new portal's Get Started guide for details on registering a new developer account and requesting new API keys.

Retrieve Document Upload Presigned URL

post

Retrieve Document Upload Presigned URL

Step 2: Retrieve a presigned URL that can be used to upload a document (up to 5GB) to Liberty Mutual. The document will be associated with Submission Request Id returned from the POST Submission Request operation. This URL expires 15 minutes after its generation. Information on how to use the presigned URL can be found at https://stackoverflow.com/a/63915110. This step must be executed after the submission request data was sent to Liberty Mutual. Documents are uploaded one at a time, and after all documents are uploaded, the submission request will need to be submitted. Preferred approach for document upload that should be used whenever API consumers can support the use of presigned URLs.

Resource URL

https://test-apis.us-east-1.libertymutual.com/v1 /partner/{partnerId}/submission-request/{submissionRequestId}/document-upload-url

Body Parameters

Name Description
body
(required)

Request Body

Definitions


Name Type Description

Responses

Code Examples

Resource Summary

Security

Content Type

application/json

Category

submit submission request

Schema:

HTTP Code Description

400

Invalid Input

404

Submission Request Id Not Found

500

Internal Server Error

501

Not Implemented

Working...