Skip to main content
POST
/
postprocess
/
preset
apply a named quality preset
curl --request POST \
  --url http://localhost:3917/postprocess/preset \
  --header 'Content-Type: application/json' \
  --data '
{
  "quality": "<string>"
}
'
{
  "bloom_enabled": true,
  "bloom_threshold": 1,
  "contrast": 1,
  "exposure": 1,
  "fxaa_enabled": true,
  "ok": true,
  "saturation": 1,
  "ssao_enabled": true,
  "ssao_intensity": 1,
  "ssao_radius": 0.5,
  "temperature": 0
}

Body

application/json
quality
string
required

Response

200 - application/json

Quality preset applied (low, medium, high, or ultra), replacing all settings. Echoes the resulting settings; ok is false with an error for an unknown preset name.