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.

Get DAC’s daily briefing for the caller. Curated reads, tribal notes, surfaced moves, and three concrete next steps. Used by the morning shell hero.
curl -X GET https://app.dacard.ai/api/briefing \
  -H "Authorization: Bearer $DACARD_API_KEY"
PropertyValue
AuthRequired
Required scopeActivated user (Day 1 interview complete)
IdempotentYes (cached for the day)

Query

FieldTypeRequiredNotes
dateISO datenoDefaults to today (account timezone).
productIdstringnoNarrow to one product.

Errors

StatusCodeWhen
401AUTH_REQUIREDNo session.
403ONBOARDING_REQUIREDDay 1 interview not complete.
500INTERNAL_ERRORRead failed.