This endpoint offers a range of GPT-4o-powered enhancement features applied to all slides in your video.

Base enhancements

Change the size and/or style of your texts

  • engaging
  • professional
  • happier
  • shorter
  • longer
  • rewrite

Complex enhancements

EnhancementDescription
add-missed-textsIn case you need to add missing headers/lists/speech in your video stories, our API can identify and insert missed texts accurately. It ensures that the visual elements of your video are aligned with the content.
fit-speechThis enhancement checks all speech texts in your video and makes them shorter in case they are too big for an avatar to handle them within a single slide.
create-by-outlineOur API allows you to generate video content based on the prepared outline structure. It can expand on each section and ensure a cohesive and well-structured video presentation.

You should pass list parameter in config with an array of outline items.

Create by outline

{
  "enhancement": "create-by-outline",
  "config": {
    "list": ["outline item 1", "outline item 2"] 
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!