XentrDeveloper Docs
API ReferenceConsultation

Public consultation booking from /showcase QR code

Sends the form payload to victorlee@vigordigital.org via Resend. Used by the exhibition booth showcase + book-consultation page on the marketing site. No auth — open to anyone scanning the QR.

POST
/api/consultation/submit

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.xentr.ai/api/consultation/submit" \  -H "Content-Type: application/json" \  -d '{    "name": "Jane Operations",    "company": "Acme Manufacturing",    "email": "jane@acme.com"  }'
Empty