Skip to main content

POST /api/v1/support

Submit a support request from an authenticated account. This endpoint is rate-limited to roughly one request per minute, with a small burst for retries.

Request body

Rules:
  • category must be one of bug, feature, billing, account, other
  • subject is optional, max 200 characters
  • message is required, min 10 and max 5000 characters

Success response

GET /api/v1/dashboard

Returns summary KPIs and recent jobs for the authenticated user. This is the same data that powers the dashboard homepage.

Query parameters

Example response

GET /health

Returns the server health status. This endpoint does not require authentication.

Example response

GET /api/v1/version

Returns the build version and environment. Requires authentication.

Example response