get_status
Check the processing status of a text-to-speech synthesis request by providing the request ID to monitor progress and retrieve output details.
Instructions
Get processing status for a synthesis request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
requestId | Yes | Request ID to check status for |
Input Schema (JSON Schema)
{
"properties": {
"requestId": {
"description": "Request ID to check status for",
"type": "string"
}
},
"required": [
"requestId"
],
"type": "object"
}