Overview
Note: The REST API is currently under development and not yet publicly available. In the meantime, please use the Resolver App to interact with the Resolver engine.
The requirements for a .zip file uploaded to the Resolver App are:
- A
project.yaml
file at the root of the zip file. - A
cad
folder at the root of the zip file. - [Optional] A
queries.json
file at the root of the zip file.
When a .zip file is uploaded to the Resolver App, the Resolver App will automatically create a new study with the project_name
specified in the project.yaml
file.
To start a run, a queries.json
file is required. It is recommended to include a queries.json
file in the zip file. If no queries.json
file is included, the Resolver App does allow the user to upload a queries.json
file into a study without adjustment through the UI.