AurionAI Docs

Submit Help Center Contact

Contact form submission for help center zero-result fallback.

POST
/api/v1/help-center/contact

Contact form submission for help center zero-result fallback.

Query Parameters

tenant_id?|

Tenant UUID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/help-center/contact" \  -H "Content-Type: application/json" \  -d '{    "email": "string",    "message": "string",    "name": "string"  }'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}