Uploading chemistry model files for scalechem API
One or more chemistry model files (dbs files) need to are needed to process a scalechem API request. These files need to be zipped together and the zip file uploaded to the OLI cloud.
Upload package
POST
https://api.olisystems.com/channel/upload/scalechem
Upload zipped dbs files as a package
Headers
Name | Type | Description |
---|---|---|
Authorization | String | Bearer {access_token} |
Response description
field | type | description |
file | array of object | information of files uploaded: |
file[ ].filename | string | name of file with extension |
file[ ].id | string | unique identifier for the uploaded file |
status | string | "UPLOADED" or "FAILED" |
type | string | type of file |
Last updated