Skip to main content
GET
/
api
/
pql
Get PQL score
curl --request GET \
  --url https://app.dacard.ai/api/pql \
  --cookie __session=
{
  "score": 123,
  "signals": [
    "<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

PQL score and signals

score
number
signals
string[]