API coming soon
Predictions as infrastructure
Integrate Omida's simulation engine directly into dashboards, workflows, and decision-support systems.
example.ts
SDK previewimport { Omida } from '@omida/sdk'
const omida = new Omida({
apiKey: process.env.OMIDA_API_KEY,
})
const result = await omida.simulate({
prompt: 'Will our Series B close at a $50M+ valuation?',
depth: 'board-ready',
targetLightSims: 1_000_000,
})
console.log(result.prediction)
// { probability: 0.73, confidence: 0.85 }API features
Built for production teams
Everything you need to make predictions part of your product surface.
RESTful API
Clean, documented REST endpoints for simulation operations.
Webhooks
Receive real-time notifications when simulations complete.
API Keys
Rotating API keys with scoped permissions for teams.
JSON Responses
Structured predictions, confidence intervals, and causal data.
Async Operations
Submit long-running simulations and poll or subscribe for results.
Rate Limiting
Generous limits with clear headers and graceful degradation.
Be first in the integration queue
We're currently in closed beta with select partners. Email the API team for early access.