4ura Business / Work Role-Fit Demo (Prototype)

This page demonstrates the activated BusinessWorkMatchService and POST /api/match/business-work (and /role-fit alias).

Quick curl example (requires a valid API key)

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}
    ]
  }'

Live demo (local dev server)

Assumes you are running the 4ura dev server on http://localhost:8405 with a test B2B key.







Important: This is a prototype capability signal for planning and reflection. It is not a hiring recommendation, performance prediction, or substitute for evidence-based selection, human review, and proper validation. Hard requirements must be validated separately. See the full dataset governance notes.

Full response includes: vector_fit, domain_coverages (with evidence_bonus), gaps, evidence_quality tier, recommendation + rubric, narrative with disclaimers, and dataset citations.

← Back to 4ura | API docs