v51

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
Image Library

Create a library image

Create a new image library entry. The request body must be the raw image bytes and the Content-Type header becomes the stored MIME type. The image name is passed as the "name" query parameter and is required. Requires the MANAGE_IMAGE_LIB system access right.

post/v1/image-library

Query parameters

namestring required

Image display name.

categorystring

Image category (defaults to "Default").

Response

Image created.

guidstring uuid

Unique image identifier.

namestring

Image display name.

categorystring

Image category.

mimeTypestring

Image MIME type (e.g. image/png, image/svg+xml).

isProtectedboolean

Whether the image is a system-protected image that cannot be modified or deleted.