Nuxa
Api referenceHelpApiHelp

POST /api/help

POST
/api/help

Authorization

sessionAuth
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Request Body

application/json

subject*string
message*string
type*string
Value in"bug" | "feedback" | "feature_request" | "other"

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://app.nuxa.ai/api/help" \  -H "Content-Type: application/json" \  -d '{    "subject": "string",    "message": "string",    "type": "bug"  }'
{}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}