Colossyan API
  • Welcome
  • Getting Started
    • Quickstart
    • Extracting request bodies from the web-editor
  • Basics
    • Authentication
    • Endpoints
    • Video Generation
      • Generating using a template
      • Generating a video manually
      • Receiving a generated video
    • Using template variables
      • Script template variables
      • Text template variables
    • Generated videos
      • Retrieve a video
      • Delete a video
    • Video generation job
      • Retrieve video generation job
      • Delete video generation job
    • Assets
      • Actors
      • Voices
  • Advanced
    • Advanced use-cases
    • Timing
  • Experimental
    • Knowledge to draft
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Basics

Video Generation

There are multiple ways to generate a video.

  • You can generate a video based on a template (that you create). In this case you only send us a reference to the template and a list of dynamic variables that you'd like us to replace in the template. See more here: Generating using a template

  • You can generate a video, by sending a whole video-generation-job descriptor JSON to our API. See more here: Generating a video manually

Video generation through the API does not support interactive videos only regular ones.

Once a video generation has been triggered, you have multiple options to get notified once it's ready. See more here: Receiving a generated video

PreviousEndpointsNextGenerating using a template

Last updated 1 month ago

Was this helpful?