Create Multipart Upload Endpoint

Initiate S3 multipart uploads and return presigned part URLs. Used for large files so the browser can upload parts in parallel (small files still use the single-PUT /generatePresignedUrls path).

post/createMultipartUpload

Request body

projectIdinteger required
folderNamestring nullable
photographerIdstring nullable
fileTypestring nullable

Response

Successful Response

{"stackTrail":"paths:/createMultipartUpload:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.