ShareAI Platform Docs

Read and manage model collections

List, create and update ShareAI Creator model collections with the required scopes and clear ownership and review boundaries.

View as Markdown
On this page

A collection groups related model tags and their default serving/commercial policy. Individual model tags can have supported overrides. Use collection UUIDs returned by the API rather than display names.

The model workflow separates model information, collection policy and tags.The model workflow separates model information, collection policy and tags.
The model workflow separates model information, collection policy and tags.
GET https://api.shareai.now/api/v1/console/creator/model-collections

List owned collections.

Base URL
https://api.shareai.now
Authentication
HTTP Basic: creator UUID and creator access token
Required scope
creator_collections:read
GET https://api.shareai.now/api/v1/console/creator/model-collections/{collection_uuid}

Read one owned collection.

Base URL
https://api.shareai.now
Authentication
HTTP Basic: creator UUID and creator access token
Required scope
creator_collections:read

cURL

curl --fail-with-body --request GET \
  "https://api.shareai.now/api/v1/console/creator/model-collections" \
  -u "$CREATOR_UUID:$CREATOR_ACCESS_TOKEN"

Create a collection#

POST https://api.shareai.now/api/v1/console/creator/model-collections

Create a collection with a default access policy.

Base URL
https://api.shareai.now
Authentication
HTTP Basic: creator UUID and creator access token
Required scope
creator_collections:write

JSON

{
  "name": "Example Research Model",
  "collection_key": "example-research-model",
  "description_html": "<p>A model for document classification. Describe intended use and limitations.</p>",
  "share_types": [
    "private"
  ]
}

Private availability keeps serving rights with the Creator’s own infrastructure. It does not mean the model must be absent from network inference. Use only share types enabled for the Creator program.

Update a collection#

PATCH https://api.shareai.now/api/v1/console/creator/model-collections/{collection_uuid}/update

Update permitted collection fields.

Base URL
https://api.shareai.now
Authentication
HTTP Basic: creator UUID and creator access token
Required scope
creator_collections:write

Read the current collection, send only the fields you intend to change and then read it again to verify the stored policy. Some published changes may need review before they become effective; inspect the returned state rather than treating a saved request as approval.

Choose a complete package when starting from scratch#

Create a model package groups model metadata, collection policy and tags in one request.

Last updated September 15, 2026

ShareAI Platform Docs
All documentation

Search by title or content.

Ask about this page

Choose an assistant to explore this page. You can also copy the page and paste it into your conversation.

Ask ChatGPTAsk ClaudeAsk GrokAsk ShareAI