Skip to main content

Create Preset

POST 

/api/v2/preset/create

You can create a preset adhering to the 3D Processor Schema

Request

Body

required
    name stringrequired

    The name of the preset

    description string

    optional A short description of the preset

    rapidCompactCoreVersion string

    The minimum version of RapidPipeline for the preset

    config objectrequired

    The config of the optimizer as a json object complying with the 3D Processor Schema

    object

Responses

success

Schema

    string

Loading...