Docs

SuperINSURANCE.AI Developer Docs

Use the SuperINSURANCE.AI API to run insurance workflows on your models or ours.

Authentication

Authorization: Bearer <API_KEY>
Content-Type: application/json

Spend Credits

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"
}

Credits and Pricing