get_flowspeech_status
Check the current generation status and retrieve audio URLs, scripts, and metadata for a FlowSpeech episode by providing its episode ID.
Instructions
Query detailed information of a FlowSpeech episode, including generation status, audio URLs, scripts, outline, and metadata. Does not poll - returns current status immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| episodeId | Yes | The FlowSpeech episode ID |
Input Schema (JSON Schema)
{
"properties": {
"episodeId": {
"description": "The FlowSpeech episode ID",
"minLength": 1,
"type": "string"
}
},
"required": [
"episodeId"
],
"type": "object"
}