Cattura CaptureCast HTTP API Documentation

scheduler.createEvent

Schedule a capture

Method URL

POST scheduler/create

Requires Authorization

null

URL Parameters

Name Type Description

Post/Query Parameters

Name Type Description
presentationTitle string the title of the presentation
template string the id or name of the template to use
speaker string the id or name of the speaker to use
duration int the length of the capture, in minutes
startTime int the time to start the capture, expressed as milliseconds since the Unix epoch
tags list list of tags

Example

curl 'http://'

Test Method

Parameters

Name Type
presentationTitle
template
speaker
duration
startTime
tags

Result