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.

Submit an application to join Dacard.ai’s design partner program. Public route; no auth required. Submissions queue for review and route to hello@dacard.ai.
curl -X POST https://app.dacard.ai/api/design-partners/apply \
  -H "Content-Type: application/json" \
  -d '{
    "email": "founder@acme.com",
    "name": "Jordan Lee",
    "company": "Acme",
    "role": "CTO",
    "useCase": "We are running a 30-person product org and want to formalize our cycle rituals."
  }'
PropertyValue
AuthNot required
Rate limit3 submissions per IP per hour
IdempotentNo

Body

FieldTypeRequiredNotes
emailstringyesApplicant email.
namestringyesApplicant name.
companystringyesCompany name.
rolestringnoTitle or role.
useCasestringyesFree text. What they’re trying to use Dacard.ai for.

Errors

StatusCodeWhen
400Missing required fieldsBody missing email, name, company, or useCase.
429SCORING_RATE_LIMITEDPer-IP submission limit hit.
500INTERNAL_ERROREmail send or write failed.