This page demonstrates the activated BusinessWorkMatchService and POST /api/match/business-work (and /role-fit alias).
curl -X POST https://4ura.lair404.xyz/api/match/business-work \
-H "Content-Type: application/json" \
-H "X-4ura-API-Key: $YOUR_KEY" \
-d '{
"hash": "your-calculated-hologram-hash-here",
"role_archetype": "product_manager",
"mode": "candidate_to_role"
}'
Or use a custom spec:
-d '{
"hash": "...",
"custom_required_domains": [
{"id": "analytical_reasoning", "weight": 0.35},
{"id": "digital_ai_data", "weight": 0.4}
]
}'
Assumes you are running the 4ura dev server on http://localhost:8405 with a test B2B key.
Full response includes: vector_fit, domain_coverages (with evidence_bonus), gaps, evidence_quality tier, recommendation + rubric, narrative with disclaimers, and dataset citations.