Get product details with all scoring results. Scoped to the authenticated user’s account.
cURL
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": 60, "stageName": "Legacy", "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" } ] }
Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.
Product UUID
Product with results
Show child attributes
Was this page helpful?