Collections
Create Collection
Create a new named collection, optionally seeded with documents.
POST
Overview
Creates a new collection. You can optionally include document IDs to add at creation time.Request
string
required
Display name for the collection.
string
Optional description of the collection’s purpose.
string[]
Document IDs to seed into the collection. IDs already present are silently skipped.