get
https://apis.elai.io/api/v1/uploads/folders/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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
curl -X GET 'https://apis.elai.io/api/v1/uploads/folders/names' \
-H 'Authorization: Bearer YOUR_API_TOKEN'
{
"names": [
"Product launch",
"Onboarding",
"Archive"
]
}
