Opencast

Cover Image Service REST Documentation

/cover-image
This endpoint triggers generation of cover images

General Notes

Table of Contents

Write methods

Method / Path: POST /generate
Description: Generates a cover image based on the given metadata
Path params: NONE
Required (form) params: xsl: XSLT stylesheet
width: Width of the cover image
height: Height of the cover image
targetflavor: Flavor of target cover image
Optional (form) params: xml: Metadata XML
posterimage: URI of poster image
Response formats: text/xml
Status codes: 200: OK, Results in an xml document containing the job for the cover image generation task
400: Bad Request, If required parameters aren't set or not valid
Testing:
Sample: /generate
Testing form (click to reveal)