Share Of Model exposes three authentication schemes. Most integrations only ever need the first two.Documentation Index
Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer JWT
The default for every Core API and Search Module endpoint. Pass a short-lived JSON Web Token in theAuthorization header:
401. Request a new one through the API key exchange below or the refresh endpoint in the API Reference.
API keys
Long-lived secrets you generate from the console. Three scopes are available:- User key — acts on behalf of a user across their organizations.
- Organization key — scoped to one organization.
- Workspace key — scoped to one workspace; safest for backend integrations.