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
- application/json
Body
required
optimizations string[]required
The array containing the models and configurations you want to process
Responses
- 204
- 400
- 500
success
error
- text/plain
- Schema
Schema
string
error
- text/plain
- Schema
Schema
string
Loading...