ShareAI Platform Docs

Authenticate the Creator API

Use creator-scoped Remote Access credentials and understand the collection, model and settings scopes available in the ShareAI Creator API.

View as Markdown
On this page

Creator API manages models controlled by the authenticated Creator. It uses a separate credential namespace from Providers and inference. Start from the Creator workspace that owns the collection.

Create credentials#

  1. Open Creator in Console and select the correct workspace.
  2. Enable Creator Remote Access and create a named access token.
  3. Save the creator UUID and token securely.
  4. Send HTTP Basic with the creator UUID as username and the creator access token as password.
Creator Remote Access keeps model-management credentials separate from inference keys.Creator Remote Access keeps model-management credentials separate from inference keys.
Creator Remote Access keeps model-management credentials separate from inference keys.
GET https://api.shareai.now/api/v1/console/creator

Read the authenticated Creator summary.

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

cURL

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

Scopes#

ScopeMeaning
creator:readRead the Creator summary.
creator_collections:readList or read collections and check model-slug availability.
creator_collections:writeCreate or update permitted collection fields.
creator_models:readRead models within an owned collection.
creator_models:writeCreate or update permitted model fields.
creator_settings:writeSettings permission carried by configured Creator credentials; use only routes that explicitly support it.

Creating a complete model package requires both collection-write and model-write scopes. Required scopes are checked in addition to Creator ownership and program permissions.

Access is not publication approval#

A valid write token does not approve a collection or unlock an unsupported commercial method. Keep draft, pending review and accepted states separate. The current remote-token route map does not establish a supported token-based submit-review flow; submit review through Console.

Rotate or revoke#

Use distinct named credentials for separate integrations. Revoke credentials that are no longer needed and update your secret store when issuing a replacement. Never distribute a Creator token with a downloadable model package.

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