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
- 200
Upload URL generated
Document ID: DOC-CP-files-data-api-generateUploadUrl. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-CP-files-data-api-generateUploadUrl#overview |
| Request | DOC-CP-files-data-api-generateUploadUrl#request |
| Responses | DOC-CP-files-data-api-generateUploadUrl#responses |