GET
/v1/asset-collectionsList collections
- Returns count and collections with assetCount, createdAt, and updatedAt.
Organization
Create and list collections used to organize workspace assets.
Collections are workspace-scoped. Asset assignment is performed through the asset update endpoint with collectionId.
/v1/asset-collections/v1/asset-collectionscurl -i -X POST https://api.vyso.io/v1/asset-collections -H "Authorization: Bearer $CLERK_SESSION_TOKEN" -H "Content-Type: application/json" -d '{"name":"Campaigns"}'/v1/asset-collections/:id