Skip to main content
POST
/
api
/
quickscore
Public quickscore (paste-a-URL)
curl --request POST \
  --url https://app.dacard.ai/api/quickscore \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "https://linear.app"
}
'
{
  "result": {
    "url": "<string>",
    "stage": "React",
    "score": 3,
    "dimensions": [
      {
        "dimensionId": "<string>",
        "score": 123
      }
    ],
    "generatedAt": "2023-11-07T05:31:56Z"
  }
}

Body

application/json
url
string<uri>
required

Product URL to score

Example:

"https://linear.app"

Response

Quickscore result

result
object

Synthesized maturity snapshot returned by the public quickscore endpoint (v1 - no real crawl)