hello@dacard.ai.
| Property | Value |
|---|---|
| Auth | Not required |
| Rate limit | 3 submissions per IP per hour |
| Idempotent | No |
Body
| Field | Type | Required | Notes |
|---|---|---|---|
email | string | yes | Applicant email. |
name | string | yes | Applicant name. |
company | string | yes | Company name. |
role | string | no | Title or role. |
useCase | string | yes | Free text. What they’re trying to use Dacard.ai for. |
Errors
| Status | Code | When |
|---|---|---|
| 400 | Missing required fields | Body missing email, name, company, or useCase. |
| 429 | SCORING_RATE_LIMITED | Per-IP submission limit hit. |
| 500 | INTERNAL_ERROR | Email send or write failed. |