Contentsquare website screenshot

Contentsquare

Contentsquare is a digital experience analytics platform that captures every user interaction on web and mobile properties to surface friction points, conversion blockers, and behavioral insights via session replay, heatmaps, journey analysis, and zone-based analytics. The platform helps product, marketing, and UX teams optimize digital experiences with AI-driven recommendations. Contentsquare offers Data Export and Enrichment REST APIs authenticated via OAuth 2.0 client credentials with dynamic regional base URLs returned at authentication time.

Contentsquare publishes 4 APIs on the APIs.io network, including Authentication API, Exports API, Fields API, and 1 more. Tagged areas include Digital Experience Analytics, Product Analytics, Session Replay, Heatmaps, and Customer Experience.

Contentsquare’s developer surface includes authentication, documentation, pricing, signup flow, and 8 more developer resources.

30.4/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessSelf serve
6 APIs
Digital Experience AnalyticsProduct AnalyticsSession ReplayHeatmapsCustomer ExperienceConversion OptimizationUser Behavior

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 30.4/100 · thin
Contract Quality 14.7 / 25
Developer Ergonomics 3.9 / 20
Commercial Clarity 3.7 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/contentsquare: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 6

Individual APIs this provider publishes, each with its own machine-readable definition.

Contentsquare Data Export API

REST API for exporting Contentsquare metrics and raw analytics data. Authentication uses OAuth 2.0 client_credentials flow against https://api.contentsquare.com/v1/oauth/token, ...

Contentsquare Enrichment API

REST API for sending enrichment data batches into Contentsquare, enabling teams to merge first-party data with captured session data. Uses the same OAuth 2.0 client credentials ...

Contentsquare Authentication API

The Authentication API from Contentsquare — 1 operation(s) for authentication.

Contentsquare Exports API

The Exports API from Contentsquare — 2 operation(s) for exports.

Contentsquare Fields API

The Fields API from Contentsquare — 3 operation(s) for fields.

Contentsquare Runs API

The Runs API from Contentsquare — 3 operation(s) for runs.

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

GraphQL 1

GraphQL schemas published by this provider.

ContentSquare GraphQL Schema

This conceptual GraphQL schema models the ContentSquare digital experience analytics (DXA) platform. ContentSquare captures every user interaction on web and mobile properties t...

GRAPHQL

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Contentsquare Authentication

http · 1 scheme

SECURITY

Contentsquare Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Contentsquare Vulnerability Disclosure

security.txt · contact published

SECURITY

Contentsquare Trust Center

SOC 2, ISO 27001, ISO 27017, ISO 27018

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Contentsquare Agentic Access

10 operations · 2 acting

10 operations · 2 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: contentsquare
name: Contentsquare
description: Contentsquare is a digital experience analytics platform that captures every user interaction on web and mobile
  properties to surface friction points, conversion blockers, and behavioral insights via session replay, heatmaps, journey
  analysis, and zone-based analytics. The platform helps product, marketing, and UX teams optimize digital experiences with
  AI-driven recommendations. Contentsquare offers Data Export and Enrichment REST APIs authenticated via OAuth 2.0 client
  credentials with dynamic regional base URLs returned at authentication time.
type: Index
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/contentsquare.png
tags:
- Digital Experience Analytics
- Product Analytics
- Session Replay
- Heatmaps
- Customer Experience
- Conversion Optimization
- User Behavior
url: https://raw.githubusercontent.com/api-evangelist/contentsquare/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.19'
apis:
- aid: contentsquare:data-export-api
  name: Contentsquare Data Export API
  description: REST API for exporting Contentsquare metrics and raw analytics data. Authentication uses OAuth 2.0 client_credentials
    flow against https://api.contentsquare.com/v1/oauth/token, which returns a JWT access token valid for one hour plus a
    dynamic regional base URL (for example https://api.eu-west-1.production.contentsquare.com).
  humanURL: https://docs.contentsquare.com/en/api/export/
  baseURL: https://api.eu-west-1.production.contentsquare.com
  tags:
  - Digital Experience Analytics
  - Data Export
  - Metrics
  - OAuth
  properties:
  - type: Documentation
    url: https://docs.contentsquare.com/en/api/export/
  - type: Authentication
    url: https://docs.contentsquare.com/en/api/export/authentication/
  - url: graphql/contentsquare-graphql.md
    type: GraphQL
- aid: contentsquare:enrichment-api
  name: Contentsquare Enrichment API
  description: REST API for sending enrichment data batches into Contentsquare, enabling teams to merge first-party data with
    captured session data. Uses the same OAuth 2.0 client credentials authentication and dynamic regional base URLs as the
    Data Export API.
  humanURL: https://docs.contentsquare.com/en/api/enrichment/
  baseURL: https://enrichment-api.eu-west-1.production.contentsquare.com
  tags:
  - Digital Experience Analytics
  - Data Enrichment
  - OAuth
  properties:
  - type: Documentation
    url: https://docs.contentsquare.com/en/api/enrichment/
  - type: Sending Batches
    url: https://docs.contentsquare.com/en/api/enrichment/sending-enrichment-data-batches-cs/
- aid: contentsquare:contentsquare-authentication-api
  name: Contentsquare Authentication API
  description: The Authentication API from Contentsquare — 1 operation(s) for authentication.
  humanURL: https://docs.contentsquare.com/en/api/export/
  baseURL: https://api.eu-west-1.production.contentsquare.com
  tags:
  - Authentication
  properties:
  - type: OpenAPI
    url: openapi/contentsquare-authentication-api-openapi.yml
- aid: contentsquare:contentsquare-exports-api
  name: Contentsquare Exports API
  description: The Exports API from Contentsquare — 2 operation(s) for exports.
  humanURL: https://docs.contentsquare.com/en/api/export/
  baseURL: https://api.eu-west-1.production.contentsquare.com
  tags:
  - Exports
  properties:
  - type: OpenAPI
    url: openapi/contentsquare-exports-api-openapi.yml
- aid: contentsquare:contentsquare-fields-api
  name: Contentsquare Fields API
  description: The Fields API from Contentsquare — 3 operation(s) for fields.
  humanURL: https://docs.contentsquare.com/en/api/export/
  baseURL: https://api.eu-west-1.production.contentsquare.com
  tags:
  - Fields
  properties:
  - type: OpenAPI
    url: openapi/contentsquare-fields-api-openapi.yml
- aid: contentsquare:contentsquare-runs-api
  name: Contentsquare Runs API
  description: The Runs API from Contentsquare — 3 operation(s) for runs.
  humanURL: https://docs.contentsquare.com/en/api/export/
  baseURL: https://api.eu-west-1.production.contentsquare.com
  tags:
  - Runs
  properties:
  - type: OpenAPI
    url: openapi/contentsquare-runs-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/contentsquare-agentic-access.yml
- type: TrustCenter
  url: security/contentsquare-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/contentsquare-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/contentsquare-domain-security.yml
- type: Authentication
  url: authentication/contentsquare-authentication.yml
- type: GitHubOrganization
  url: https://github.com/contentsquare
- type: LinkedIn
  url: https://www.linkedin.com/company/contentsquare
- type: Website
  url: https://contentsquare.com
- type: Documentation
  url: https://docs.contentsquare.com/en/
- type: Pricing
  url: https://contentsquare.com/pricing/
- type: Signup
  url: https://contentsquare.com/request-demo/
- type: LlmsText
  url: https://docs.contentsquare.com/llms.txt
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com