Passing Files via POST Upload (Passing Parameters)

To be written.

In addition to passing strings and numbers, a FabEngine Script's parameter can also be an entire file, e.g. an STL file for a 3D printing step. This page explains how to pass a file via the API. The gist of it is to upload the file in a separate step before calling the actual function.