Create a signed S3 upload URL so a partner client can upload company document bytes directly to S3 without sending the file body through Commenda’s API server.
fileName.upload.signedUrl using HTTP PUT.upload.hostedUrl.fileName, fileUrl: upload.hostedUrl, mimeType, and any optional personId or businessEntityId.upload.signedUrl only for the direct S3 upload. Use upload.hostedUrl as the file URL when creating the company document. upload.signedGetUrl is short-lived and is only useful for immediate preview/debugging after upload; do not store it as the durable document reference.
upload.hostedUrl, not upload.signedUrl or upload.signedGetUrl, as fileUrl when creating the company document.Commenda company identifier accessible to the authenticated partner.
File name to use in the S3 object key.
"passport.pdf"
Signed upload URL created successfully