Skip to main content

Multi Optimize

POST 

/api/v2/rawmodel/optimize

Optimizes multiple models with one request

Use the same format as in the optimization endpoint but pass it in an array which contains the request as config (preset_id or config as json object) and the model_id of the base assets you want to process

Look at the example request for the data structure

You can use our "optimization_finished" webhook to get notified when your model has been optimized. It also includes download links to your optimized model

Request

Body

required
    optimizations string[]required

    The array containing the models and configurations you want to process

Responses

success

Loading...