API docs/workflows/article-to-video

Article to video

Summarize any web page or article into a narrated short video.

Requiressource.url
media: moving-imagevoice-over: on by defaultmusic: on by defaultcaptions: on by defaultratio: 9:16 by default

Build your request

Only the parameters that apply to article-to-video are shown. Set values on the left, copy the payload on the right.

View as Markdown (for LLMs)
source.urlrequired

The source content URL: audio file, video file, YouTube link, Spotify track, article page, or PDF depending on the workflow. http(s) is enforced; bare domains get https:// prepended.

{
  "workflow": "article-to-video",
  "source": {
    "url": "https://en.wikipedia.org/wiki/Honey"
  }
}
Free, no API key needed.

Good to know

  • Control summarization with options.summarizationPreference and length with options.targetDuration.
  • source.scrapingPrompt gives custom instructions for extracting content from the page.