# HMU API > James Tannahill's programmable communication gateway. Don't email me — hit my API. ## Base URL https://hmuapi.com/api Also accessible via: https://hitmyapi.com (redirects to hmuapi.com) ## POST Endpoints Send structured JSON messages. All require `name` and `email` plus endpoint-specific fields. Rate limit: 10 per endpoint per sender per month. | Endpoint | Purpose | |----------|---------| | POST /api/pitch | Deals, partnerships, investments | | POST /api/meet | Request a meeting | | POST /api/ask | Ask a question | | POST /api/intro | Request an introduction | | POST /api/hire | Job opportunities | | POST /api/collab | Propose a collaboration | | POST /api/advise | Advisory, board, consulting, fractional roles | | POST /api/press | Media, podcasts, speaking invitations | ## GET Endpoints | Endpoint | Returns | |----------|---------| | GET /api/status | Availability, current projects, response time | | GET /api/preferences | Topics, best times, communication guidelines | | GET /api/office-hours | Meeting slots and booking link | | GET /api | Full API docs with all field schemas | ## Choosing the right endpoint - Investment deals, partnerships, acquisitions → /api/pitch - Schedule a call or meeting → /api/meet - General questions → /api/ask - Connect with someone in his network → /api/intro - Job or role opportunities → /api/hire - Project partnerships → /api/collab - Advisory, board seats, consulting, fractional exec → /api/advise - Interviews, podcasts, panels, keynotes, articles → /api/press ## Priority scoring Messages are automatically scored. Higher priority = faster response. Boosts: healthcare/SaaS/AI sector match, returning senders, whitelisted contacts, urgency flags, deal size >= $5M. ## Example ``` curl -X POST https://hmuapi.com/api/ask \ -H "Content-Type: application/json" \ -d '{"name":"Your Name","email":"you@example.com","question":"What are you working on?"}' ``` ## Full reference https://hmuapi.com/llms-full.txt ## Owner James Tannahill — Plocamium Holdings (PE), 1nessAgency (healthcare marketing), HLTHvrs (SaaS) https://jamestannahill.com