Skip to main content
GET
/
api
/
products
/
suite
Get suite intelligence
curl --request GET \
  --url https://app.dacard.ai/api/products/suite \
  --cookie __session=
{
  "products": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "url": "<string>",
      "latestScore": 123,
      "stageName": "<string>",
      "scoreCount": 123,
      "rank": "top",
      "dimensions": [
        {
          "dimensionId": "market_intelligence",
          "dimensionName": "Market Intelligence",
          "score": 2,
          "stageName": "<string>",
          "evidence": "<string>",
          "confidence": "high",
          "reasoning": "<string>"
        }
      ],
      "latestResultId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "delta": 123
    }
  ],
  "systemicStrengths": [
    "<string>"
  ],
  "systemicWeaknesses": [
    "<string>"
  ],
  "suiteScore": 123,
  "suiteTier": "<string>",
  "suiteDScoreAvg": 123,
  "suiteCoherenceAvg": 123,
  "insights": [
    "<string>"
  ],
  "accountName": "<string>"
}

Authorizations

__session
string
cookie
required

Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.

Response

Suite data

products
object[]
systemicStrengths
string[]

Dimension IDs that are consistently strong across products

systemicWeaknesses
string[]

Dimension IDs that are consistently weak across products

suiteScore
number
suiteTier
string
suiteDScoreAvg
number | null
suiteCoherenceAvg
number | null
insights
string[]

Computed insights about the suite

accountName
string | null