Cattura CaptureCast HTTP API Documentation

capture.createTemplate

Creates or updates a template.

Method URL

POST templates

Requires Authorization

null

URL Parameters

Name Type Description

Post/Query Parameters

Name Type Description
id string The ID of the newly created template.
title string The title of the template.
description string The description of the template.
graph json The graph as JSON
graphPath string The graph as a path name (relative to storage directory)

Example

curl 'http://'

Test Method

Parameters

Name Type
id
title
description
graph
graphPath

Result