Uploads
Create S3 Entry
Register a file in Drime after S3 upload
POST
Overview
Creates a file entry in the Drime database after successfully uploading a file to S3/R2. This is the final step in both simple and multipart upload flows.Request Body
The UUID filename from the S3 key (last segment)
File size in bytes
Original filename to display to users
MIME type of the file
File extension without dot
Workspace ID. Use
0 for personal workspace.Parent folder ID. Use
null for root.Folder path for auto-creation (overrides parentId)
Response
The created file entry object
Request status (
success)
