Use the SuperINSURANCE.AI API to run insurance workflows on your models or ours.
Authorization: Bearer <API_KEY> Content-Type: application/json
POST /api/credits/spend
{
"org_id": 1,
"user_id": 1,
"api_cost_usd_cents": 120,
"provider": "openai",
"model": "gpt-4.1-mini",
"task_type": "underwriting"
}