Skip to main content
Share Of Model exposes two API surfaces that share the same authentication model.

Core API

Base URL: https://api.shareofmodel.ai/ — all paths are versioned under /v1/. The full product surface — auth, tenancy (organizations, workspaces, roles), platform integrations (Google Ads, TikTok), brand catalogs, analyses, metrics, content briefs, and the MCP-exposed read-only endpoints.
A development environment is also declared in the specification at https://api.dev.shareofmodel.ai/. Use production unless your account manager has explicitly given you access to it.

Search API

Base URL: https://api.shareofsearch.jplus.io/ — paths are versioned under /v1/ and scoped by organisation, workspace and analysis:
It covers search-related analytics — visibility score, presence rate, brands and domains, ranked URLs, sources, query fan-out, thematics overviews — and the Shopping metrics (products, brands, merchants, overview, time series).
The Search API is read-only: every exposed endpoint is a GET. Analyses (projects) and collects are created and configured through the console, not through the API — see How the Search API works.
Both surfaces share the same /v1/ versioning and the same organizations/{id}/workspaces/{id} scoping — only the host differs.

What the reference covers

The two reference sections below are generated from the live OpenAPI specifications. They cover the endpoints intended for customer integrations; internal, admin and debug routes are filtered out, and some backend services (for example the conversational agent) are not exposed publicly at all. If you need something you cannot find here, ask through the in-app chat.

Authentication

Both surfaces accept a Bearer JWT. See Authentication for how to obtain one.