Clip Resource
A Clip is a single Audio file that is generated from given text.
{
title: <string>, // required
body: <string>, // required
voice: <string>, // required
variables: Record<string, string[]>
}
| Parameter | Description |
|---|---|
| title | The title given to this Clip. This can be whatever you wish to use to identify this resource later. |
| body | The text that will be transformed to audio. Max size of 3,000 characters excluding SSML tags. |
| voice | This will be the ID of the voice that should be used to create the audio. |
| variables | Identifiers which should be replaced with one or multiple values. (see variables section below) |