Skip to main content
Version: 1.0.0

Clip Resource

A Clip is a single Audio file that is generated from given text.

{
title: <string>, // required
body: <string>, // required
voice: <string>, // required
public: <boolean>,
variables: Record<string, string[]>
}
ParameterDescription
titleThe title given to this Clip. This can be whatever you wish to use to identify this resource later.
bodyThe text that will be transformed to audio. Max size of 3,000 characters excluding SSML tags.
voiceThis will be the ID of the voice that should be used to create the audio.
publicSet to true if this Clip should be accessible by everyone. The default is false.
variablesIdentifiers which should be replaced with one or multiple values. (see variables section below)