kint

API Integration

Your Systems Stay the Same. The Decisions Get Better.

One REST API. Your data goes in. Optimal decisions come out. No rip-and-replace. No new UI to learn.

How It Works

Four API Calls to Optimal

01

Send Your Data

POST your problem data to the kint API. JSON, CSV, or structured payloads. Your existing systems don't change.

02

kint Builds the Model

The API identifies variables, constraints, and objectives from your data. Returns a model ID for tracking.

03

Optimize

Trigger an optimization run. kint selects the right solver and method automatically. You get a webhook when it's done.

04

Get Results

Fetch the optimal solution via GET. Every result includes the optimality gap, constraint status, and full decision breakdown.

Endpoints

What the API Covers

Data upload, model training, optimization, simulation, results. Everything your backend needs.

POST/v1/data
POST/v1/models
POST/v1/optimize
GET/v1/results/{id}
POST/v1/simulate
GET/v1/models/{id}/status

Example

Request In. Optimal Out.

Your backend sends the problem. kint returns the solution with a mathematical proof of optimality. Every field is documented. Every response is typed.

POST /v1/optimize

{

"model_id": "m_7x9k2"

"objective": "minimize_cost"

"time_limit": 30

}

Response 200

{

"status": "optimal"

"gap": "0.00%"

"cost": 9842.50

"routes": 38

}

Timeline

Days, Not Months

API key in minutes. First optimization run in hours. Production integration in days. Your existing dev team handles it. No consultants required.

Security & Compliance

European. Compliant.

  • GDPR-compliant data processing
  • European data centers only
  • EU AI Act readiness
  • TLS 1.3 encryption in transit
  • AES-256 encryption at rest
  • SOC 2 Type II readiness

Your Backend. Our Math. Better Decisions.

30-minute technical walkthrough. We'll show you the API with your problem type. Bring your questions.

Book a Demo