Contact Support
POST /support/contact
Send a message to graph8’s human support team.
The reply channel is email: support answers to contact_email when
provided, otherwise to the authenticated user’s own address.
Authorizations
Parameters
Header Parameters
Request Body required
A support request relayed from an AI client (or direct API caller).
urgency is deliberately a free-form string, not an enum — LLM callers
produce arbitrary phrasing and a 422 on vocabulary would block a user who
is already asking for help. Urgent-flavored values (“high”, “urgent”,
“critical”, “asap”) get a visible subject-line prefix; everything else is
passed through as informational text.
Responses
200
Successful Response
object
Acknowledgment for a support request.
status is received on first delivery and already_received when
the per-user cooldown swallowed a duplicate (still HTTP 200 — a retryable
error code would make LLM callers loop harder).
422
Validation Error