post https://apis.elai.io/api/v1/gpt/
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
Enhancement | Description |
---|---|
add-missed-texts | In 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-speech | This 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-outline | Our 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"]
}
}