get
https://apis.elai.io/api/v1/uploads/folders//breadcrumbs
Returns the path from the media-library root to the folder, ready to render as breadcrumbs. The first entry is always the synthetic root ({ name: 'Media library', id: null }).
Each entry carries isLimited, flagging folders that exceed the plan's folder allowance.
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/66a1f0c2b7cd13032a9c6500/breadcrumbs' \
-H 'Authorization: Bearer YOUR_API_TOKEN'
{
"breadcrumbs": [
{
"name": "Media library",
"id": null,
"isLimited": false
},
{
"name": "Product launch",
"id": "66a1f0c2b7cd13032a9c6100",
"isLimited": false
}
]
}
