Skip to main content

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.

Trigger or read the enrichment pass that pulls integration signals into a stored score. Run after connecting a new integration to fold its signals into the score’s evidence chain.

Trigger enrichment

curl -X POST https://app.dacard.ai/api/score/scr_xyz/enrich \
  -H "Authorization: Bearer $DACARD_API_KEY"

Read enrichment status

curl -X GET https://app.dacard.ai/api/score/scr_xyz/enrichment \
  -H "Authorization: Bearer $DACARD_API_KEY"
PropertyValue
AuthRequired
Required scopeCaller must own the score
Cost1 credit per enrichment run
IdempotentPOST no. GET yes.

Errors

StatusCodeWhen
401AUTH_REQUIREDNo session.
402CREDIT_EXHAUSTEDNo credits.
403FORBIDDENCaller does not own the score.
404Score not foundBad scoreId.
500INTERNAL_ERROREnrichment or write failed.