This endpoint offers a range of GPT-3.5-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 videos stories, our API can identify and insert missed texts accurately. It ensures that the visual elements of your video are aligned with content.
fit-speechThis enhancement allows for the rewriting and limitation of the duration of all speeches to approximately 60 seconds, that is supported by the majority of avatars available in our system.
create-by-outlineOur API allows you to generate video content based on 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 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!