Pave Bank
Documents

Upload Document

Upload document using the signed url

In order to upload the document you need to generate the upload url.

Example Request

curl -X PUT "https://storage.googleapis.com/pavebank-development-docs/<SIGNED_URL_WITH_PARAMETERS>" \
  --header "Content-Type: application/pdf" \
  --data-binary "@/path/to/your/document.pdf"
PUT
/storage.googleapis.com/pavebank...

Request Body

application/octet-streamRequired
bodyRequiredfile
Format: "binary"

Response Body

Document uploaded successfully

curl -X PUT "https://developer-api-staging.pavebank.dev/storage.googleapis.com/pavebank..."
Empty