Skip to content

Optimind Systems Underwriting API

Welcome to the customer-facing documentation for the Optimind System's Underwriting API.

API Configuration

  • Staging: https://staging.api.optimindsystems.com
  • Production: https://api.optimindsystems.com
  • Authentication: API key (passed via x-api-key)
    • These API keys (Staging and Production) will be provided by Optimind Systems' engineering team when integration begins

Endpoints

This section will outline all available endpoints of the Underwriting API. Currently, there is a single /score endpoint that handles all interactions with underwriting models, mapped via API Key to each customer's domain.

Score

  • POST /score: Submit product features and receive a score.

Required Parameters:

  • productId: Predetermined product ID for your underwriting model
  • features: JSON blob of all required features for your underwriting model

Getting Started

Contact support to obtain an API key and onboarding details.