post
/api/v1/collections Create collection
Creates a collection with optional initial properties.
Developer Docs
OpenAPI: 3.1.0
Version: v1
Schema endpoint: /api/v1/openapi.json
All endpoints require a bearer API key in the Authorization header.
curl -X GET \
https://api.lydie.co/api/v1/collections/blog/documents?limit=10 \
-H 'Authorization: Bearer <API_KEY>'
/api/v1/collections Creates a collection with optional initial properties.
/api/v1/collections/{collectionId} Updates lookup key and indexed fields used by external API querying.
/api/v1/collections/{collectionId}/documents Creates a document in a collection with optional parent and field values.
/api/v1/collections/{collectionId}/documents/{docId} Soft-deletes a document from a collection.
/api/v1/collections/{collectionId}/documents/{docId}/children Returns children for a document with optional recursive depth.
/api/v1/collections/{collectionId}/documents/{docId}/related Returns related documents for a collection document.
/api/v1/collections/{collectionId}/documents/{value} Fetches a document by id (default) or by the configured lookup key via ?by=field.
/api/v1/collections/{collectionId}/properties Appends one or more properties to an existing collection.
/api/v1/openapi.json Returns the OpenAPI 3.1 document for this external API.