API ReferenceChangelog
Log In
Changelog
Added

v1.0.0 – Stable release

v1.0.0 – Stable release

Date: 2026-01-19
Status: Stable release

This release marks the first stable (1.0.0) version of the Pixop REST API and the Pixop–Mimir integration.

Pixop REST API

Added

  • Added prescaler filter and prescaledResolution to the VideoProcessingConfigurationOptions schema

Updated

  • Removed options as a required field in VideoProcessingConfigurationPost in the OpenAPI spec due to limitations in our API documentation provider
    Note: The options field is still required by the API at runtime.

Mimir integration

Added

  • Added adminApiKey to the MimirSetup schema
    This key is used during integration setup where administrator permissions are required (e.g. creating permission groups, configuring metadata, custom actions, and custom icons).
  • Added mimirUserId to the PixopMimirIntegration schema
  • Custom icons are now created in Mimir as part of integration setup, with an additional manual step to configure icon rules
  • Added custom icon fields to the Pixop subtype to show Pixop icon and job status as visual indicators in Mimir search results for videos processed by Pixop

Updated

  • It is now possible to disable custom notifications, since they require the Tenant administrator permission
    When disabled:
    • Tenant administrator permission is not added to the pixopIntegrationApiUser group during setup
    • Important notifications to the mimirNotificationsUserId are sent via email instead of as custom notifications in Mimir
    • When a user triggers a custom action in Mimir and it takes longer than the browser timeout (10 seconds), the user still sees a warning message explaining that the creation of jobs continues to run in the background, but a custom notification won't be sent when done
  • The integration guard now ignores custom notification errors, since they require Tenant administrator permission which might not be available

Notes