Presets
These are saved 3D Processor Settings for you to organize your assets better. Rapid Models carry on the preset information through which they are created, this way you can understand which Rapid Model was created through which preset.
In order to create a preset, the preset has to comply to the rules of the 3D processing schema. Please find related reference docs here.
In most cases, it is probably best if you create your preset using our UI and then refer to its preset ID in relevant API calls when necessary.
Here are all preset related endpoints:
📄️ Create Preset
You can create a preset adhering to the [3D Processor Schema](https://docs.rapidpipeline.com/docs/componentDocs/3dProcessor/processor-schemas#the-3d-processing-schema)
📄️ Update Preset
Updates the preset id that is passed through in the payload.
📄️ Get all Factory Presets
Factory Presets are provided by RapidPipeline
📄️ Convert Preset
Convert a preset in API format to CLI format and CLI commands. The endpoint will return a zip file containing the requested files.
📄️ Get Preset in CLI Format
The endpoint will return a zip file containing the requested files
📄️ Download Preset
Downloads a preset as zip file which contains both API and CLI formats.