Download OpenAPI specification:Download
Synthesize video content from a given URL.
Returns: - If stream is False: A JSON response with the synthesized content - If stream is True: A streaming response with chunks of synthesized content
| url required | string <uri> (Url) [ 1 .. 2083 ] characters |
| language | string (Language) Default: "en" |
| prompt_name | string (Prompt Name) Default: "synthesis" |
| stream | boolean (Stream) Default: false |
{- "language": "en",
- "prompt_name": "synthesis",
- "stream": false
}{- "result": {
- "status": "SUCCESS",
- "content": "string"
}
}