Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom transformations 24.4+

From version 24.4 it will be possible to request (additional) custom transformations for Data Objects using the REST API endpoint records/:recordId/browsesLink.

You will have to provide it with an encoding and a the format pronom ID for example.

Code Block
{
  "Encoding": {
    "Width": 3000,
    "Height": 3000,
    "Container": "jpg",
    "Keyframe": {
      "ThumbWidth": 500,
      "ThumbHeight": 500
    }
  },
  "PronomId": "fmt/43"
}

...