Trivexano

Quickstart

Run your first optimization request in under 5 minutes.

Quickstart

Get an API key from your dashboard, then POST your profile to /v1/optimize.

curl https://trivexano-api.smarttechinvest.com/v1/optimize \
    -X POST \
    -H "X-API-Key: your_api_key_here" \
    -H "Content-Type: application/json" \
    -d '{
    "age": 34,
    "annual_income": 95000,
    "coverage_type": "family",
    "filing_status": "mfj",
    "state": "TX",
    "current_hsa_balance": 8200,
    "hdhp_premium_monthly": 420,
    "ppo_premium_monthly": 780,
    "employer_hsa_contribution": 1000,
    "employer_401k_match_pct": 4,
    "current_401k_contribution": 8000,
    "health_profile": "family_with_children",
    "expected_retirement_age": 62
    }'