Image editor
List OpenPost Image Editor presets and runtime configuration
curl -X GET "https://example.com/image-editor/presets"{ "$schema": "https://example.com/api/v1/schemas/ImageEditorPresetOutputBody.json", "background_model_base_url": "string", "enabled": true, "presets": [ { "default_format": "png", "height_px": 0, "key": "string", "name": "string", "profiles": [ "string" ], "width_px": 0 } ], "schema_version": 0}