Skip to content
OpenPostDocs
OpenPostDocs
Image editor

List OpenPost Image Editor presets and runtime configuration

GET/image-editor/presets

Response Body

application/json

application/problem+json

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}