可用統計模型
損失分配模型
純保費計算
理賠頻率預測
巨災風險模型
壽險精算分析
再保費定價
API 呼叫範例
cURL
curl -X POST https://api.boshan.roamer-tech.info/v1/models/insurance-actuarial/run \
-H "Authorization: Bearer sk_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"data": [...],
"parameters": {
"model_type": "default",
"forecast_periods": 12
}
}'