Opencast

Animate Service REST Documentation

/animate
Create animated video clips using Synfig.

General Notes

Table of Contents

Write methods

Method / Path: POST /animate
Description: Create animates video clip
Path params: NONE
Required (form) params: animation: Location of to the animation
arguments: Synfig command line arguments as JSON array
metadata: Metadata for replacement as JSON object
Optional (form) params: NONE
Response formats: text/xml
Status codes: 200: OK, Animation created successfully
400: Bad Request, Invalid data
500: Internal Server Error, Internal error
Notes:
  • Return value description: Returns the path to the generated animation video
Testing:
Sample: /animate
Testing form (click to reveal)