Petrominds API
Petrominds provides engineering calculation services that help energy companies achieve operational excellence. Our APIs integrate directly into your existing software ecosystem—SCADA systems, data lakes, IoT platforms, or custom applications—delivering advanced analytics without building complex engineering models in-house.
How It Works
Petrominds delivers engineering-validated asset intelligence through APIs—standardized inputs, consistent outputs, and explainable results ready for automation, dashboards, and closed-loop operations.
No petroleum engineering expertise required on your development team—our APIs handle the complex calculations and return actionable results that integrate directly into your dashboards and workflows.
Quickstart
Hand-written SDKs are available for Node.js and .NET—install the package for the service you need (see Available Services below), then make your first call. Here's a complete, end-to-end example using the CorrSelectMind SDK to select the best-fit PVT correlation for a fluid sample:
import { CorrSelectMindClient } from "@petrominds/corr-select-mind";
const client = new CorrSelectMindClient({ apiKey: "YOUR_API_KEY" });
const result = await client.pvt.selectPvt({
// TODO: populate request parameters
});
console.log(result.bestCorrelation);
See Authentication for how to obtain an API key.
Available Services
LiftMind
Analytics for artificial lift systems.
SRPMind
Mechanical integrity, optimization, and energy analytics for Sucker Rod Pump systems.
QAMind
npm install @petrominds/qa-mind
Mechanical integrity and performance analytics for Sucker Rod Pump systems:
- Loads & Torque Intelligence — Balance control, load limits, failure prevention
- Stress Intelligence — Fatigue risk assessment, rod string integrity (Modified Goodman / API RP 11L)
- Side Forces Intelligence — Rod-tubing contact, friction, wear prevention for deviated wells
- Production & Energy Intelligence — Virtual flow metering, hydraulic-energy reconciliation
- Leak Intelligence — Valve, plunger, and pump leakage detection
SAMind
npm install @petrominds/sa-mind
Optimal operating recipe generation for Sucker Rod Pump systems:
- Intake pressure optimization
- Pumping speed and stroke length recommendations
- VSD frequency setpoints
- Gas interference and underfill risk mitigation
SPCMind
npm install @petrominds/spc-mind
Energy consumption analysis that decomposes kWh per produced volume into actionable components—identifying exactly where energy is being wasted.
ESPMind
Virtual flow metering and analytics for Electric Submersible Pump systems.
VFMMind
Virtual flow metering for Electric Submersible Pump systems, delivering real-time production rate estimates without physical metering infrastructure.
ResMind
Analytics for reservoir performance and production forecasting.
RDCMind
Decline curve analysis for production forecasting and reserves estimation.
WellMind
Analytics for well fluid characterisation.
CorrSelectMind
npm install @petrominds/corr-select-mind
Best-fit fluid property model matching for your reservoir conditions:
- PVT correlation — Identifies the optimal PVT correlation for your fluid samples
- Multiphase flow correlation — Selects the best-fit multiphase flow correlation for your wellbore conditions
Next Steps
Ready to integrate? See Authentication to get your API key and start making requests.
For questions or integration assistance, contact us at support@petrominds.com.