post
https://apis.elai.io/api/v1/uploads/folders
Creates a folder in the media library, optionally nested under parentUploadFolderId.
Folder names must be unique within the same parent. Only root-level folders count against the plan's folder limit.
Callers whose workspace role is locked are rejected with 403 unless the increaseUserLockedRolePrivileges feature flag is enabled for the tenant.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
curl -X POST 'https://apis.elai.io/api/v1/uploads/folders' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"name": "Product launch",
"parentUploadFolderId": null
}'
Next: move-uploads — move existing assets into it.
403The caller's workspace role is locked and the increaseUserLockedRolePrivileges feature flag is off.
403The caller's workspace role is locked and the increaseUserLockedRolePrivileges feature flag is off.
