report_issue_create
POST /report-issue — Report an issue or feedback
Submit a bug report, feedback, or question to the DC team. Optionally include a base64-encoded screenshot (PNG, JPEG, or WebP, up to 4 MB raw).
Privacy note: Screenshots and report text are sent unredacted to the DC team. Don't include passwords, payment details, or other secrets.
⚠️ WRITE operation: this mutates your DC account data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | A short description of the issue or feedback (1–4000 chars). | |
| context | No | Optional structured debug context — anything useful for triage (last error, request payload, endpoint, etc.). Up to 32 keys. | |
| severity | No | Severity: bug | feedback | question. Defaults to "bug". | |
| screenshot | No | Optional base64-encoded screenshot. Accepts raw base64 OR a data URL (e.g. `data:image/png;base64,...`). PNG, JPEG, or WebP only. Max 4 MB raw, clamped to 4096×4096; re-encoded server-side to strip EXIF. |