API REFERENCE
Create a collection
Create a named collection node in the active organization.
Requires authentication — a Bearer token or
X-Memuron-Actor-Id header.Body parameters
namestringrequiredsummarystringrequiredscopestring[]optionalPOST
/memuron/collectionscurl -X POST https://api.memuron.com/memuron/collections \
-H "Content-Type: application/json"200 OK
{
"status": "success",
"collection": {
"id": "artha_…",
"type": "collection",
"content": "Architecture notes"
}
}