Get presigned URLs for upload parts
Upload
Get presigned URLs for upload parts
Generate presigned PUT URLs for specific parts of a multipart upload. Each URL has a 1-hour expiry. Call again to refresh expired URLs.
POST
Get presigned URLs for upload parts
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User session JWT (Bearer ). Must be paired with the X-Team-ID
request header on team-scoped endpoints so the server knows which
team's resources to operate on.
Body
application/json
Request presigned upload URLs for specific parts.
S3 object key for the upload.
S3 multipart upload identifier from initiate.
Part numbers to generate presigned URLs for (1-based).
Required array length:
1 - 100 elementsRequired range:
1 <= x <= 10000Example:
[1, 2, 3, 4, 5]Response
Presigned part URLs generated
