Get product details with all scoring results. Scoped to the authenticated user’s account.
curl --request GET \
--url https://app.dacard.ai/api/products/{id} \
--cookie __session={
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"url": "<string>",
"accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"totalScore": 81,
"stageName": "Foundation",
"dimensions": [
{
"dimensionId": "market_intelligence",
"dimensionName": "Market Intelligence",
"score": 2,
"stageName": "<string>",
"evidence": "<string>",
"confidence": "high",
"reasoning": "<string>"
}
],
"strengths": [
"<string>"
],
"gaps": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"companyName": "<string>",
"crawledPages": [
"<string>"
],
"crossDimensionNotes": "<string>",
"antiPatternsDetected": [
"<string>"
],
"crawlStats": {
"pagesAnalyzed": 123,
"contentLength": 123
},
"productId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.dacard.ai/llms.txt
Use this file to discover all available pages before exploring further.
Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.
Product UUID
Was this page helpful?
curl --request GET \
--url https://app.dacard.ai/api/products/{id} \
--cookie __session={
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"url": "<string>",
"accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"totalScore": 81,
"stageName": "Foundation",
"dimensions": [
{
"dimensionId": "market_intelligence",
"dimensionName": "Market Intelligence",
"score": 2,
"stageName": "<string>",
"evidence": "<string>",
"confidence": "high",
"reasoning": "<string>"
}
],
"strengths": [
"<string>"
],
"gaps": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"companyName": "<string>",
"crawledPages": [
"<string>"
],
"crossDimensionNotes": "<string>",
"antiPatternsDetected": [
"<string>"
],
"crawlStats": {
"pagesAnalyzed": 123,
"contentLength": 123
},
"productId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}