Skip to main content

Generate a pre-signed upload URL

POST 

/api/v1/storage/generate-upload-url

Step 1: issues a time-limited signed URL for direct upload. sizeBytes is checked against current tracked quota and used as the signed upper size bound; it is not an atomic reservation or an exact-size assertion. Send the returned required headers, upload, and then register the returned fileId. The URL can be reused until expiry; treat it as a credential.

Request​

Responses​

Upload URL generated

Document ID: DOC-CP-files-data-api-generateUploadUrl. Section identities and revisions.

SectionStable reference
OverviewDOC-CP-files-data-api-generateUploadUrl#overview
RequestDOC-CP-files-data-api-generateUploadUrl#request
ResponsesDOC-CP-files-data-api-generateUploadUrl#responses