Back to API
H
POST /api/hire

Send a job opportunity

Send a job opportunity

10/month
cURL
curl -X POST https://hmuapi.com/api/hire \
  -H "Content-Type: application/json" \
  -d '{"name": "...", "email": "...", "company": "...", "role": "...", "compensation": "...", "description": "..."}'