Collections
Group assets into folders — all scoped to what you own.
Endpoints
| Method | Path | |
|---|---|---|
| POST | /v1/collections | Create — { name, parentId? } |
| GET | /v1/collections | List |
| GET | /v1/collections/{id}/assets | List assets in it |
| POST | /v1/collections/{id}/assets | Add — { assetIds[] } |
| PATCH | /v1/collections/{id} | Rename |
| DEL | /v1/collections/{id} | Delete |