Api referenceFiles
Presign multipart parts
Returns presigned UploadPart URLs for selected multipart part numbers.
POST
/api/v1/experimental/files/{fileId}/partsReturns presigned UploadPart URLs for selected multipart part numbers.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
Create file POST
Creates a file using direct upload, multipart upload, or external URL import. Direct uploads become usable automatically after a successful PUT; multipart uploads still require the explicit complete step.
Complete file upload POST
Finalizes a multipart upload. For direct uploads this endpoint is optional and can be used to force immediate verification after the PUT succeeds.