curl -X POST https://app.drime.cloud/api/v1/s3/entries \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "filename": "71ea55f2-1ba7-46ad-98b7-db487ecac2f6", "size": 87965, "clientName": "document.pdf", "clientMime": "application/pdf", "clientExtension": "pdf", "workspaceId": 0, "parentId": null }'
{ "fileEntry": { "name": "document.pdf", "file_name": "71ea55f2-1ba7-46ad-98b7-db487ecac2f6", "mime": "application/pdf", "file_size": 87965, "type": "pdf", "extension": "pdf", "workspace_id": 0, "owner_id": 15843, "id": 488163222, "hash": "NDg4MTYzMjIyfA", "path": "488163222", "url": "api/v1/file-entries/488163222", "created_at": "2025-12-22T13:45:07.000000Z", "updated_at": "2025-12-22T13:45:07.000000Z" }, "status": "success" }
Register a file in Drime after S3 upload
0
null
success
relativePath