Video To Wisdom API (1.0.0)

Download OpenAPI specification:Download

synthesis

Synthesize Video

Synthesize video content from a given URL.

  • url: The URL of the video to synthesize
  • language: The language of the synthesis (default: "en")
  • prompt_name: The name of the prompt to use (default: "synthesis")
  • stream: Whether to stream the response (default: False)

Returns: - If stream is False: A JSON response with the synthesized content - If stream is True: A streaming response with chunks of synthesized content

Authorizations:
APIKeyHeader
Request Body schema: application/json
required
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

Responses

Request samples

Content type
application/json
{}

Response samples

Content type
{
  • "result": {
    }
}