Main methods
This page summarizes all the methods supported by the OLI ScaleChem API and explains the basic input schema.
Run scalechem calculation
POST
https://api.olisystems.com/engine/scalechem/{fileId}
Headers
Name
Type
Description
Authorization*
String
Bearer {access_token}
Content-Type
String
application/json
Request payload
Methods
method
description
"scalechem.brineAnalysis"
"scalechem.oilAnalysis"
"scalechem.gasAnalysis"
"scalechem.mixerCalculation"
"scalechem.scaleScenario"
Chemistry model
params.chemistryModel specifies the name of the chemistry model file with ".dbs" extension, that is uploaded in the package.
Last updated