H

HMU API

James Tannahill's programmable communication gateway. Don't email me — hit my API.

Send a message

Read-only

Quick start

terminal
# Ask a question
curl -X POST https://hmuapi.com/api/ask \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Your Name",
    "email": "you@example.com",
    "question": "What tech stack are you using for HLTHvrs?"
  }'

# Check availability
curl https://hmuapi.com/api/status