Get a TTS clip
wellsaid_get_clipCheck the status of a text-to-speech clip by ID and download the audio file when it's ready.
Instructions
Fetch the status/metadata of a clip by id. If download is true and the clip is ready, save its audio to disk (when the API returns a URL or audio payload).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_id | Yes | The clip id from wellsaid_create_clip_async. | |
| download | No | If ready, download the audio to disk. | |
| filename | No | ||
| output_dir | No |