Back to API
C
POST /api/collab

Propose a collaboration

Propose a collaboration

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