List all folder names

Returns just the names of every media-library folder in the workspace, at any depth — used to check name collisions before creating a folder. No ids, no nesting information.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
curl -X GET 'https://apis.elai.io/api/v1/uploads/folders/names' \
  -H 'Authorization: Bearer YOUR_API_TOKEN'
{
  "names": [
    "Product launch",
    "Onboarding",
    "Archive"
  ]
}
Responses

locked and the increaseUserLockedRolePrivileges feature flag is off.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json