Instance level operations that are not bound to a single project: uploading files, tracking background jobs, checking the state of the instance and reporting problems. The endpoints are served from /new_api/converter, /new_api/jobs, /new_api/files, /new_api/status, /new_api/stacktraces and /new_api/minervanet.

1. Converter

Converts uploaded files between systems biology network formats, renders them as images, and merges several maps into one.
See full documentation.

2. Jobs

Status tracking for long running background jobs.
See full documentation.

3. Files

Chunked upload of files to the server.
See full documentation.

4. Status

Health and version information about the running instance.
See full documentation.

5. Stacktraces

Retrieval of stack traces recorded for server side errors.
See full documentation.

6. MinervaNet

Forwarding of error reports to the MinervaNet error tracking service.
See full documentation.