Create Collection
Create a collection on a provider.
The model string is fixed at creation: items added here and /v3/universal-ai calls against this collection all run on its provider. Returns the collection id to use in item operations and inference calls.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Body for creating a collection.
Model string the collection binds to, as 'feature/subfeature/provider' (e.g. 'image/face_recognition/amazon'). Fixed at creation: item operations and /v3/universal-ai calls against this collection all run on that provider.
1Optional human-readable name for the collection.
255Response
Successful Response
A collection owned by the authenticated user.