Back to API
M
POST /api/meet

Request a meeting

Request a meeting

10/month
cURL
curl -X POST https://hmuapi.com/api/meet \
  -H "Content-Type: application/json" \
  -d '{"name": "...", "email": "...", "purpose": "...", "duration": "...", "preferred_date": "...", "urgency": "..."}'